Z-Wave Protocol Controller Refrence  1.3.2
unify_dotdot_attribute_store_helpers.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "sl_status.h"
#include "zap-types.h"
#include "uic_typedefs.h"
#include "attribute_store.h"
#include "attribute_store_helper.h"

Go to the source code of this file.

Functions

bool dotdot_is_supported_basic_zcl_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ZCLVersion is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_zcl_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ZCLVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_zcl_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_zcl_version)
 Set the DotDot Basic::ZCLVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_zcl_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ZCLVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_zcl_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ZCLVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_zcl_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ZCLVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ApplicationVersion is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ApplicationVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_application_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_application_version)
 Set the DotDot Basic::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_application_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_application_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::StackVersion is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::StackVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_stack_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_stack_version)
 Set the DotDot Basic::StackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_stack_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::StackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_stack_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::StackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::StackVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_hw_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::HWVersion is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_hw_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::HWVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_hw_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_hw_version)
 Set the DotDot Basic::HWVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_hw_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::HWVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_hw_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::HWVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_hw_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::HWVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_manufacturer_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ManufacturerName is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_manufacturer_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ManufacturerName attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_manufacturer_name (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_manufacturer_name)
 Set the DotDot Basic::ManufacturerName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_manufacturer_name_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ManufacturerName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_manufacturer_name_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ManufacturerName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_manufacturer_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ManufacturerName attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_model_identifier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ModelIdentifier is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_model_identifier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ModelIdentifier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_model_identifier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_model_identifier)
 Set the DotDot Basic::ModelIdentifier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_model_identifier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ModelIdentifier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_model_identifier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ModelIdentifier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_model_identifier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ModelIdentifier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_date_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::DateCode is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_date_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::DateCode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_date_code (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_date_code)
 Set the DotDot Basic::DateCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_date_code_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::DateCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_date_code_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::DateCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_date_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::DateCode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_power_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::PowerSource is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_power_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::PowerSource attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_power_source (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_power_source)
 Set the DotDot Basic::PowerSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_power_source_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::PowerSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_power_source_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::PowerSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_power_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::PowerSource attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_generic_device_class (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::GenericDevice-Class is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_generic_device_class (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::GenericDevice-Class attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_generic_device_class (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_generic_device_class)
 Set the DotDot Basic::GenericDevice-Class attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_generic_device_class_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::GenericDevice-Class attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_generic_device_class_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::GenericDevice-Class attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_generic_device_class (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::GenericDevice-Class attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_generic_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::GenericDevice-Type is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_generic_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::GenericDevice-Type attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_generic_device_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_generic_device_type)
 Set the DotDot Basic::GenericDevice-Type attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_generic_device_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::GenericDevice-Type attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_generic_device_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::GenericDevice-Type attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_generic_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::GenericDevice-Type attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_product_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ProductCode is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_product_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ProductCode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_product_code (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_product_code)
 Set the DotDot Basic::ProductCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_product_code_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ProductCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_product_code_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ProductCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_product_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ProductCode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_producturl (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ProductURL is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_producturl (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ProductURL attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_producturl (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_producturl)
 Set the DotDot Basic::ProductURL attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_producturl_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ProductURL attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_producturl_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ProductURL attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_producturl (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ProductURL attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_manufacturer_version_details (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ManufacturerVersionDetails is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_manufacturer_version_details (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ManufacturerVersionDetails attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_manufacturer_version_details (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_manufacturer_version_details)
 Set the DotDot Basic::ManufacturerVersionDetails attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_manufacturer_version_details_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ManufacturerVersionDetails attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_manufacturer_version_details_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ManufacturerVersionDetails attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_manufacturer_version_details (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ManufacturerVersionDetails attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_serial_number (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::SerialNumber is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_serial_number (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::SerialNumber attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_serial_number (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_serial_number)
 Set the DotDot Basic::SerialNumber attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_serial_number_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::SerialNumber attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_serial_number_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::SerialNumber attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_serial_number (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::SerialNumber attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_product_label (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::ProductLabel is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_product_label (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::ProductLabel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_product_label (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_product_label)
 Set the DotDot Basic::ProductLabel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_product_label_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::ProductLabel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_product_label_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::ProductLabel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_product_label (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::ProductLabel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_location_description (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::LocationDescription is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_location_description (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::LocationDescription attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_location_description (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_location_description)
 Set the DotDot Basic::LocationDescription attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_location_description_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::LocationDescription attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_location_description_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::LocationDescription attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_location_description (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::LocationDescription attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_physical_environment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::PhysicalEnvironment is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_physical_environment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::PhysicalEnvironment attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_physical_environment (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_physical_environment)
 Set the DotDot Basic::PhysicalEnvironment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_physical_environment_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::PhysicalEnvironment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_physical_environment_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::PhysicalEnvironment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_physical_environment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::PhysicalEnvironment attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_device_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::DeviceEnabled is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_basic_device_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::DeviceEnabled attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_device_enabled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_device_enabled)
 Set the DotDot Basic::DeviceEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_device_enabled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::DeviceEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_device_enabled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::DeviceEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_device_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::DeviceEnabled attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::AlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_alarm_mask)
 Set the DotDot Basic::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_disable_local_config (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::DisableLocalConfig is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_basic_disable_local_config (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::DisableLocalConfig attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_disable_local_config (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_disable_local_config)
 Set the DotDot Basic::DisableLocalConfig attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_disable_local_config_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::DisableLocalConfig attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_disable_local_config_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::DisableLocalConfig attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_disable_local_config (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::DisableLocalConfig attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_basic_sw_buildid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Basic::SWBuildID is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_basic_sw_buildid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Basic::SWBuildID attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_basic_sw_buildid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_sw_buildid)
 Set the DotDot Basic::SWBuildID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_sw_buildid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Basic::SWBuildID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_basic_sw_buildid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Basic::SWBuildID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_basic_sw_buildid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Basic::SWBuildID attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_basic_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Basic Cluster. More...
 
bool dotdot_is_any_basic_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Basic Cluster. More...
 
bool dotdot_is_supported_power_configuration_mains_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsVoltage is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_mains_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mains_voltage)
 Set the DotDot PowerConfiguration::MainsVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_mains_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsFrequency is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_mains_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsFrequency attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_frequency (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_mains_frequency)
 Set the DotDot PowerConfiguration::MainsFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_frequency_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_frequency_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsFrequency attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_mains_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsAlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_mains_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsAlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_mains_alarm_mask)
 Set the DotDot PowerConfiguration::MainsAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsAlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_mains_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsVoltageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_mains_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsVoltageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_voltage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mains_voltage_min_threshold)
 Set the DotDot PowerConfiguration::MainsVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_mains_voltage_max_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsVoltageMaxThreshold is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_mains_voltage_max_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsVoltageMaxThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_voltage_max_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mains_voltage_max_threshold)
 Set the DotDot PowerConfiguration::MainsVoltageMaxThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_max_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsVoltageMaxThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_max_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsVoltageMaxThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_voltage_max_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsVoltageMaxThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_mains_voltage_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::MainsVoltageDwellTripPoint is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_mains_voltage_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::MainsVoltageDwellTripPoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_mains_voltage_dwell_trip_point (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mains_voltage_dwell_trip_point)
 Set the DotDot PowerConfiguration::MainsVoltageDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_dwell_trip_point_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::MainsVoltageDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_mains_voltage_dwell_trip_point_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::MainsVoltageDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_mains_voltage_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::MainsVoltageDwellTripPoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryVoltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_voltage)
 Set the DotDot PowerConfiguration::BatteryVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryPercentageRemaining is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryPercentageRemaining attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_percentage_remaining (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_percentage_remaining)
 Set the DotDot PowerConfiguration::BatteryPercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_remaining_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryPercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_remaining_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryPercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryPercentageRemaining attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryManufacturer is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_power_configuration_battery_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryManufacturer attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_manufacturer (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_battery_manufacturer)
 Set the DotDot PowerConfiguration::BatteryManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_manufacturer_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_manufacturer_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryManufacturer attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatterySize is supported under a UNID/EndpoinID. More...
 
BatterySize dotdot_get_power_configuration_battery_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatterySize attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_size (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, BatterySize new_battery_size)
 Set the DotDot PowerConfiguration::BatterySize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_size_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatterySize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_size_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatterySize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatterySize attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_batterya_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryAHrRating is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_batterya_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryAHrRating attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_batterya_hr_rating (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_batterya_hr_rating)
 Set the DotDot PowerConfiguration::BatteryAHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_batterya_hr_rating_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryAHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_batterya_hr_rating_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryAHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_batterya_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryAHrRating attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryQuantity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryQuantity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_quantity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_quantity)
 Set the DotDot PowerConfiguration::BatteryQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_quantity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_quantity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryQuantity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryRatedVoltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryRatedVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_rated_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_rated_voltage)
 Set the DotDot PowerConfiguration::BatteryRatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_rated_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryRatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_rated_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryRatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryRatedVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryAlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryAlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_alarm_mask)
 Set the DotDot PowerConfiguration::BatteryAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryAlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryVoltageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryVoltageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_voltage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_voltage_min_threshold)
 Set the DotDot PowerConfiguration::BatteryVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryVoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryVoltageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryVoltageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_voltage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_voltage_threshold1)
 Set the DotDot PowerConfiguration::BatteryVoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryVoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryVoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryVoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryVoltageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryVoltageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_voltage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_voltage_threshold2)
 Set the DotDot PowerConfiguration::BatteryVoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryVoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryVoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryVoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryVoltageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryVoltageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_voltage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_voltage_threshold3)
 Set the DotDot PowerConfiguration::BatteryVoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryVoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_voltage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryVoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryVoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryPercentageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryPercentageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_percentage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_percentage_min_threshold)
 Set the DotDot PowerConfiguration::BatteryPercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryPercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryPercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryPercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryPercentageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryPercentageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_percentage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_percentage_threshold1)
 Set the DotDot PowerConfiguration::BatteryPercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryPercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryPercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryPercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryPercentageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryPercentageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_percentage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_percentage_threshold2)
 Set the DotDot PowerConfiguration::BatteryPercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryPercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryPercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryPercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryPercentageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryPercentageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_percentage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery_percentage_threshold3)
 Set the DotDot PowerConfiguration::BatteryPercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryPercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_percentage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryPercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryPercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::BatteryAlarmState is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_power_configuration_battery_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::BatteryAlarmState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery_alarm_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_battery_alarm_state)
 Set the DotDot PowerConfiguration::BatteryAlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_alarm_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::BatteryAlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery_alarm_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::BatteryAlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::BatteryAlarmState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2Voltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2Voltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_voltage)
 Set the DotDot PowerConfiguration::Battery2Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2Voltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2PercentageRemaining is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2PercentageRemaining attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_percentage_remaining (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_percentage_remaining)
 Set the DotDot PowerConfiguration::Battery2PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_remaining_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_remaining_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2PercentageRemaining attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2Manufacturer is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_power_configuration_battery2_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2Manufacturer attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_manufacturer (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_battery2_manufacturer)
 Set the DotDot PowerConfiguration::Battery2Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_manufacturer_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_manufacturer_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2Manufacturer attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2Size is supported under a UNID/EndpoinID. More...
 
BatterySize dotdot_get_power_configuration_battery2_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2Size attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_size (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, BatterySize new_battery2_size)
 Set the DotDot PowerConfiguration::Battery2Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_size_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_size_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2Size attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2AHrRating is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_battery2a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2AHrRating attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2a_hr_rating (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_battery2a_hr_rating)
 Set the DotDot PowerConfiguration::Battery2AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2a_hr_rating_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2a_hr_rating_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2AHrRating attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2Quantity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2Quantity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_quantity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_quantity)
 Set the DotDot PowerConfiguration::Battery2Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_quantity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_quantity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2Quantity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2RatedVoltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2RatedVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_rated_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_rated_voltage)
 Set the DotDot PowerConfiguration::Battery2RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_rated_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_rated_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2RatedVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2AlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_alarm_mask)
 Set the DotDot PowerConfiguration::Battery2AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2VoltageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2VoltageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_voltage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_voltage_min_threshold)
 Set the DotDot PowerConfiguration::Battery2VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2VoltageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2VoltageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_voltage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_voltage_threshold1)
 Set the DotDot PowerConfiguration::Battery2VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2VoltageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2VoltageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_voltage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_voltage_threshold2)
 Set the DotDot PowerConfiguration::Battery2VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2VoltageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2VoltageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_voltage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_voltage_threshold3)
 Set the DotDot PowerConfiguration::Battery2VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_voltage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2PercentageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2PercentageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_percentage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_percentage_min_threshold)
 Set the DotDot PowerConfiguration::Battery2PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2PercentageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2PercentageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_percentage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_percentage_threshold1)
 Set the DotDot PowerConfiguration::Battery2PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2PercentageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2PercentageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_percentage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_percentage_threshold2)
 Set the DotDot PowerConfiguration::Battery2PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2PercentageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery2_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2PercentageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_percentage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery2_percentage_threshold3)
 Set the DotDot PowerConfiguration::Battery2PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_percentage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery2_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery2AlarmState is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_power_configuration_battery2_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery2AlarmState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery2_alarm_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_battery2_alarm_state)
 Set the DotDot PowerConfiguration::Battery2AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_alarm_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery2AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery2_alarm_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery2AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery2_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery2AlarmState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3Voltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3Voltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_voltage)
 Set the DotDot PowerConfiguration::Battery3Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3Voltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3Voltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3PercentageRemaining is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3PercentageRemaining attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_percentage_remaining (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_percentage_remaining)
 Set the DotDot PowerConfiguration::Battery3PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_remaining_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_remaining_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3PercentageRemaining attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_percentage_remaining (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3PercentageRemaining attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3Manufacturer is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_power_configuration_battery3_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3Manufacturer attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_manufacturer (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_battery3_manufacturer)
 Set the DotDot PowerConfiguration::Battery3Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_manufacturer_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_manufacturer_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3Manufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3Manufacturer attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3Size is supported under a UNID/EndpoinID. More...
 
BatterySize dotdot_get_power_configuration_battery3_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3Size attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_size (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, BatterySize new_battery3_size)
 Set the DotDot PowerConfiguration::Battery3Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_size_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_size_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3Size attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3Size attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3AHrRating is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_power_configuration_battery3a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3AHrRating attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3a_hr_rating (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_battery3a_hr_rating)
 Set the DotDot PowerConfiguration::Battery3AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3a_hr_rating_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3a_hr_rating_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3AHrRating attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3a_hr_rating (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3AHrRating attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3Quantity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3Quantity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_quantity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_quantity)
 Set the DotDot PowerConfiguration::Battery3Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_quantity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_quantity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3Quantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3Quantity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3RatedVoltage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3RatedVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_rated_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_rated_voltage)
 Set the DotDot PowerConfiguration::Battery3RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_rated_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_rated_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3RatedVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_rated_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3RatedVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3AlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_alarm_mask)
 Set the DotDot PowerConfiguration::Battery3AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3VoltageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3VoltageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_voltage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_voltage_min_threshold)
 Set the DotDot PowerConfiguration::Battery3VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_voltage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3VoltageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3VoltageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3VoltageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_voltage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_voltage_threshold1)
 Set the DotDot PowerConfiguration::Battery3VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_voltage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3VoltageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3VoltageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3VoltageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_voltage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_voltage_threshold2)
 Set the DotDot PowerConfiguration::Battery3VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_voltage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3VoltageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3VoltageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3VoltageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_voltage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_voltage_threshold3)
 Set the DotDot PowerConfiguration::Battery3VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_voltage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_voltage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3VoltageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3PercentageMinThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3PercentageMinThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_percentage_min_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_percentage_min_threshold)
 Set the DotDot PowerConfiguration::Battery3PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_min_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_min_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_percentage_min_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3PercentageMinThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3PercentageThreshold1 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3PercentageThreshold1 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_percentage_threshold1 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_percentage_threshold1)
 Set the DotDot PowerConfiguration::Battery3PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold1_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold1_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_percentage_threshold1 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3PercentageThreshold1 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3PercentageThreshold2 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3PercentageThreshold2 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_percentage_threshold2 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_percentage_threshold2)
 Set the DotDot PowerConfiguration::Battery3PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold2_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold2_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_percentage_threshold2 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3PercentageThreshold2 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3PercentageThreshold3 is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_power_configuration_battery3_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3PercentageThreshold3 attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_percentage_threshold3 (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_battery3_percentage_threshold3)
 Set the DotDot PowerConfiguration::Battery3PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold3_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_percentage_threshold3_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_percentage_threshold3 (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3PercentageThreshold3 attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_power_configuration_battery3_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PowerConfiguration::Battery3AlarmState is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_power_configuration_battery3_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PowerConfiguration::Battery3AlarmState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_power_configuration_battery3_alarm_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_battery3_alarm_state)
 Set the DotDot PowerConfiguration::Battery3AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_alarm_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PowerConfiguration::Battery3AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_power_configuration_battery3_alarm_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PowerConfiguration::Battery3AlarmState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_power_configuration_battery3_alarm_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PowerConfiguration::Battery3AlarmState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_power_configuration_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PowerConfiguration Cluster. More...
 
bool dotdot_is_any_power_configuration_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PowerConfiguration Cluster. More...
 
bool dotdot_is_supported_device_temperature_configuration_current_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::CurrentTemperature is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_device_temperature_configuration_current_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::CurrentTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_current_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_current_temperature)
 Set the DotDot DeviceTemperatureConfiguration::CurrentTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_current_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::CurrentTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_current_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::CurrentTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_current_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::CurrentTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_min_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::MinTempExperienced is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_device_temperature_configuration_min_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::MinTempExperienced attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_min_temp_experienced (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_temp_experienced)
 Set the DotDot DeviceTemperatureConfiguration::MinTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_min_temp_experienced_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::MinTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_min_temp_experienced_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::MinTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_min_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::MinTempExperienced attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_max_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::MaxTempExperienced is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_device_temperature_configuration_max_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::MaxTempExperienced attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_max_temp_experienced (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_temp_experienced)
 Set the DotDot DeviceTemperatureConfiguration::MaxTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_max_temp_experienced_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::MaxTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_max_temp_experienced_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::MaxTempExperienced attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_max_temp_experienced (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::MaxTempExperienced attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_over_temp_total_dwell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::OverTempTotalDwell is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_device_temperature_configuration_over_temp_total_dwell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::OverTempTotalDwell attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_over_temp_total_dwell (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_over_temp_total_dwell)
 Set the DotDot DeviceTemperatureConfiguration::OverTempTotalDwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_over_temp_total_dwell_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::OverTempTotalDwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_over_temp_total_dwell_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::OverTempTotalDwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_over_temp_total_dwell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::OverTempTotalDwell attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_device_temp_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_device_temperature_configuration_device_temp_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_device_temp_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_device_temp_alarm_mask)
 Set the DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_device_temp_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_device_temp_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_device_temp_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::DeviceTempAlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_low_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::LowTempThreshold is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_device_temperature_configuration_low_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::LowTempThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_low_temp_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_low_temp_threshold)
 Set the DotDot DeviceTemperatureConfiguration::LowTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_low_temp_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::LowTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_low_temp_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::LowTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_low_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::LowTempThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_high_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::HighTempThreshold is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_device_temperature_configuration_high_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::HighTempThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_high_temp_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_high_temp_threshold)
 Set the DotDot DeviceTemperatureConfiguration::HighTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_high_temp_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::HighTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_high_temp_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::HighTempThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_high_temp_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::HighTempThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_low_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_device_temperature_configuration_low_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_low_temp_dwell_trip_point (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_low_temp_dwell_trip_point)
 Set the DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_low_temp_dwell_trip_point_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_low_temp_dwell_trip_point_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_low_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::LowTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_device_temperature_configuration_high_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_device_temperature_configuration_high_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_device_temperature_configuration_high_temp_dwell_trip_point (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_high_temp_dwell_trip_point)
 Set the DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_high_temp_dwell_trip_point_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_device_temperature_configuration_high_temp_dwell_trip_point_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_device_temperature_configuration_high_temp_dwell_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DeviceTemperatureConfiguration::HighTempDwellTripPoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_device_temperature_configuration_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the DeviceTemperatureConfiguration Cluster. More...
 
bool dotdot_is_any_device_temperature_configuration_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the DeviceTemperatureConfiguration Cluster. More...
 
bool dotdot_is_supported_identify_identify_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Identify::IdentifyTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_identify_identify_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Identify::IdentifyTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_identify_identify_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_identify_time)
 Set the DotDot Identify::IdentifyTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_identify_identify_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Identify::IdentifyTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_identify_identify_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Identify::IdentifyTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_identify_identify_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Identify::IdentifyTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_identify_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Identify Cluster. More...
 
bool dotdot_is_any_identify_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Identify Cluster. More...
 
bool dotdot_is_supported_groups_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Groups::NameSupport is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_groups_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Groups::NameSupport attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_groups_name_support (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_name_support)
 Set the DotDot Groups::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_groups_name_support_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Groups::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_groups_name_support_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Groups::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_groups_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Groups::NameSupport attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_groups_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Groups Cluster. More...
 
bool dotdot_is_any_groups_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Groups Cluster. More...
 
bool dotdot_is_supported_scenes_scene_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::SceneCount is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_scenes_scene_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::SceneCount attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_scene_count (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_scene_count)
 Set the DotDot Scenes::SceneCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_count_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::SceneCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_count_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::SceneCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_scene_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::SceneCount attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_current_scene (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::CurrentScene is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_scenes_current_scene (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::CurrentScene attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_current_scene (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_scene)
 Set the DotDot Scenes::CurrentScene attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_current_scene_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::CurrentScene attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_current_scene_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::CurrentScene attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_current_scene (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::CurrentScene attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_current_group (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::CurrentGroup is supported under a UNID/EndpoinID. More...
 
SGroupId dotdot_get_scenes_current_group (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::CurrentGroup attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_current_group (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, SGroupId new_current_group)
 Set the DotDot Scenes::CurrentGroup attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_current_group_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::CurrentGroup attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_current_group_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::CurrentGroup attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_current_group (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::CurrentGroup attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_scene_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::SceneValid is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_scenes_scene_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::SceneValid attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_scene_valid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_scene_valid)
 Set the DotDot Scenes::SceneValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_valid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::SceneValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_valid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::SceneValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_scene_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::SceneValid attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::NameSupport is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_scenes_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::NameSupport attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_name_support (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_name_support)
 Set the DotDot Scenes::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_name_support_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_name_support_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::NameSupport attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_name_support (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::NameSupport attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_last_configured_by (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::LastConfiguredBy is supported under a UNID/EndpoinID. More...
 
EUI64 dotdot_get_scenes_last_configured_by (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::LastConfiguredBy attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_last_configured_by (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, EUI64 new_last_configured_by)
 Set the DotDot Scenes::LastConfiguredBy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_last_configured_by_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::LastConfiguredBy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_last_configured_by_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::LastConfiguredBy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_last_configured_by (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::LastConfiguredBy attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_scenes_scene_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Scenes::SceneTable is supported under a UNID/EndpoinID. More...
 
SSceneTable dotdot_get_scenes_scene_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Scenes::SceneTable attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_scenes_scene_table (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_scene_table_count, const SSceneTable *new_scene_table)
 Set the DotDot Scenes::SceneTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_table_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Scenes::SceneTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_scenes_scene_table_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Scenes::SceneTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_scenes_scene_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Scenes::SceneTable attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_scenes_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Scenes Cluster. More...
 
bool dotdot_is_any_scenes_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Scenes Cluster. More...
 
bool dotdot_is_supported_on_off_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OnOff::OnOff is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_on_off_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OnOff::OnOff attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_on_off_on_off (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_on_off)
 Set the DotDot OnOff::OnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_on_off_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OnOff::OnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_on_off_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OnOff::OnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_on_off_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OnOff::OnOff attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_on_off_global_scene_control (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OnOff::GlobalSceneControl is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_on_off_global_scene_control (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OnOff::GlobalSceneControl attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_on_off_global_scene_control (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_global_scene_control)
 Set the DotDot OnOff::GlobalSceneControl attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_global_scene_control_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OnOff::GlobalSceneControl attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_global_scene_control_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OnOff::GlobalSceneControl attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_on_off_global_scene_control (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OnOff::GlobalSceneControl attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_on_off_on_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OnOff::OnTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_on_off_on_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OnOff::OnTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_on_off_on_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_on_time)
 Set the DotDot OnOff::OnTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_on_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OnOff::OnTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_on_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OnOff::OnTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_on_off_on_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OnOff::OnTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_on_off_off_wait_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OnOff::OffWaitTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_on_off_off_wait_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OnOff::OffWaitTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_on_off_off_wait_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_off_wait_time)
 Set the DotDot OnOff::OffWaitTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_off_wait_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OnOff::OffWaitTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_off_wait_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OnOff::OffWaitTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_on_off_off_wait_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OnOff::OffWaitTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_on_off_start_up_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OnOff::StartUpOnOff is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_on_off_start_up_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OnOff::StartUpOnOff attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_on_off_start_up_on_off (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_start_up_on_off)
 Set the DotDot OnOff::StartUpOnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_start_up_on_off_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OnOff::StartUpOnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_on_off_start_up_on_off_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OnOff::StartUpOnOff attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_on_off_start_up_on_off (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OnOff::StartUpOnOff attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_on_off_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the OnOff Cluster. More...
 
bool dotdot_is_any_on_off_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the OnOff Cluster. More...
 
bool dotdot_is_supported_level_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::CurrentLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::CurrentLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_current_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_level)
 Set the DotDot Level::CurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_current_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::CurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_current_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::CurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::CurrentLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::RemainingTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::RemainingTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_remaining_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_remaining_time)
 Set the DotDot Level::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_remaining_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_remaining_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::RemainingTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::MinLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::MinLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_min_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_min_level)
 Set the DotDot Level::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_min_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_min_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::MinLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::MaxLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::MaxLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_max_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_max_level)
 Set the DotDot Level::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_max_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_max_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::MaxLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_current_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::CurrentFrequency is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_current_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::CurrentFrequency attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_current_frequency (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_current_frequency)
 Set the DotDot Level::CurrentFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_current_frequency_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::CurrentFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_current_frequency_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::CurrentFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_current_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::CurrentFrequency attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_min_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::MinFrequency is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_min_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::MinFrequency attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_min_frequency (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_frequency)
 Set the DotDot Level::MinFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_min_frequency_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::MinFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_min_frequency_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::MinFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_min_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::MinFrequency attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_max_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::MaxFrequency is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_max_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::MaxFrequency attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_max_frequency (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_frequency)
 Set the DotDot Level::MaxFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_max_frequency_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::MaxFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_max_frequency_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::MaxFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_max_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::MaxFrequency attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::Options is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::Options attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_options (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_options)
 Set the DotDot Level::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_options_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_options_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::Options attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_on_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::OnOffTransitionTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_on_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::OnOffTransitionTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_on_off_transition_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_on_off_transition_time)
 Set the DotDot Level::OnOffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_off_transition_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::OnOffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_off_transition_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::OnOffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_on_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::OnOffTransitionTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::OnLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::OnLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_on_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_on_level)
 Set the DotDot Level::OnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::OnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::OnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::OnLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_on_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::OnTransitionTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_on_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::OnTransitionTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_on_transition_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_on_transition_time)
 Set the DotDot Level::OnTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_transition_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::OnTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_on_transition_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::OnTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_on_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::OnTransitionTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::OffTransitionTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::OffTransitionTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_off_transition_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_off_transition_time)
 Set the DotDot Level::OffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_off_transition_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::OffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_off_transition_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::OffTransitionTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_off_transition_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::OffTransitionTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_default_move_rate (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::DefaultMoveRate is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_level_default_move_rate (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::DefaultMoveRate attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_default_move_rate (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_default_move_rate)
 Set the DotDot Level::DefaultMoveRate attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_default_move_rate_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::DefaultMoveRate attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_default_move_rate_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::DefaultMoveRate attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_default_move_rate (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::DefaultMoveRate attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_level_start_up_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Level::StartUpCurrentLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_level_start_up_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Level::StartUpCurrentLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_level_start_up_current_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_start_up_current_level)
 Set the DotDot Level::StartUpCurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_start_up_current_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Level::StartUpCurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_level_start_up_current_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Level::StartUpCurrentLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_level_start_up_current_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Level::StartUpCurrentLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_level_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Level Cluster. More...
 
bool dotdot_is_any_level_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Level Cluster. More...
 
bool dotdot_is_supported_alarms_alarm_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Alarms::AlarmCount is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_alarms_alarm_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Alarms::AlarmCount attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_alarms_alarm_count (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_alarm_count)
 Set the DotDot Alarms::AlarmCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_alarms_alarm_count_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Alarms::AlarmCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_alarms_alarm_count_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Alarms::AlarmCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_alarms_alarm_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Alarms::AlarmCount attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_alarms_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Alarms Cluster. More...
 
bool dotdot_is_any_alarms_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Alarms Cluster. More...
 
bool dotdot_is_supported_time_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::Time is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_time_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::Time attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_time)
 Set the DotDot Time::Time attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::Time attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::Time attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::Time attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_time_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::TimeStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_time_time_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::TimeStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_time_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_time_status)
 Set the DotDot Time::TimeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::TimeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::TimeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_time_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::TimeStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_time_zone (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::TimeZone is supported under a UNID/EndpoinID. More...
 
int32_t dotdot_get_time_time_zone (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::TimeZone attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_time_zone (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int32_t new_time_zone)
 Set the DotDot Time::TimeZone attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_zone_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::TimeZone attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_time_zone_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::TimeZone attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_time_zone (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::TimeZone attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_dst_start (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::DstStart is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_time_dst_start (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::DstStart attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_dst_start (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_dst_start)
 Set the DotDot Time::DstStart attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_start_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::DstStart attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_start_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::DstStart attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_dst_start (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::DstStart attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_dst_end (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::DstEnd is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_time_dst_end (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::DstEnd attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_dst_end (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_dst_end)
 Set the DotDot Time::DstEnd attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_end_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::DstEnd attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_end_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::DstEnd attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_dst_end (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::DstEnd attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_dst_shift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::DstShift is supported under a UNID/EndpoinID. More...
 
int32_t dotdot_get_time_dst_shift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::DstShift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_dst_shift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int32_t new_dst_shift)
 Set the DotDot Time::DstShift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_shift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::DstShift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_dst_shift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::DstShift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_dst_shift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::DstShift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_standard_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::StandardTime is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_time_standard_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::StandardTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_standard_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_standard_time)
 Set the DotDot Time::StandardTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_standard_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::StandardTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_standard_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::StandardTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_standard_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::StandardTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_local_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::LocalTime is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_time_local_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::LocalTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_local_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_local_time)
 Set the DotDot Time::LocalTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_local_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::LocalTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_local_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::LocalTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_local_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::LocalTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_last_set_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::LastSetTime is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_time_last_set_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::LastSetTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_last_set_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_last_set_time)
 Set the DotDot Time::LastSetTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_last_set_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::LastSetTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_last_set_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::LastSetTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_last_set_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::LastSetTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_time_valid_until_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Time::ValidUntilTime is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_time_valid_until_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Time::ValidUntilTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_time_valid_until_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_valid_until_time)
 Set the DotDot Time::ValidUntilTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_valid_until_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Time::ValidUntilTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_time_valid_until_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Time::ValidUntilTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_time_valid_until_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Time::ValidUntilTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_time_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Time Cluster. More...
 
bool dotdot_is_any_time_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Time Cluster. More...
 
bool dotdot_is_supported_ota_upgrade_upgrade_serverid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::UpgradeServerID is supported under a UNID/EndpoinID. More...
 
EUI64 dotdot_get_ota_upgrade_upgrade_serverid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::UpgradeServerID attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_upgrade_serverid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, EUI64 new_upgrade_serverid)
 Set the DotDot OTAUpgrade::UpgradeServerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_serverid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::UpgradeServerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_serverid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::UpgradeServerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_upgrade_serverid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::UpgradeServerID attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_file_offset (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::FileOffset is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ota_upgrade_file_offset (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::FileOffset attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_file_offset (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_file_offset)
 Set the DotDot OTAUpgrade::FileOffset attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_file_offset_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::FileOffset attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_file_offset_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::FileOffset attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_file_offset (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::FileOffset attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_current_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::CurrentFileVersion is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ota_upgrade_current_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::CurrentFileVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_current_file_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_current_file_version)
 Set the DotDot OTAUpgrade::CurrentFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_current_file_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::CurrentFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_current_file_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::CurrentFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_current_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::CurrentFileVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_current_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::CurrentZigBeeStackVersion is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ota_upgrade_current_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::CurrentZigBeeStackVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_current_zig_bee_stack_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_current_zig_bee_stack_version)
 Set the DotDot OTAUpgrade::CurrentZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_current_zig_bee_stack_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::CurrentZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_current_zig_bee_stack_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::CurrentZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_current_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::CurrentZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_downloaded_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::DownloadedFileVersion is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ota_upgrade_downloaded_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::DownloadedFileVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_downloaded_file_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_downloaded_file_version)
 Set the DotDot OTAUpgrade::DownloadedFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_downloaded_file_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::DownloadedFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_downloaded_file_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::DownloadedFileVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_downloaded_file_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::DownloadedFileVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_downloaded_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::DownloadedZigBeeStackVersion is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ota_upgrade_downloaded_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::DownloadedZigBeeStackVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_downloaded_zig_bee_stack_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_downloaded_zig_bee_stack_version)
 Set the DotDot OTAUpgrade::DownloadedZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_downloaded_zig_bee_stack_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::DownloadedZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_downloaded_zig_bee_stack_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::DownloadedZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_downloaded_zig_bee_stack_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::DownloadedZigBeeStackVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_image_upgrade_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::ImageUpgradeStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ota_upgrade_image_upgrade_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::ImageUpgradeStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_image_upgrade_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_image_upgrade_status)
 Set the DotDot OTAUpgrade::ImageUpgradeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_upgrade_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::ImageUpgradeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_upgrade_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::ImageUpgradeStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_image_upgrade_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::ImageUpgradeStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_manufacturerid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::ManufacturerID is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ota_upgrade_manufacturerid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::ManufacturerID attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_manufacturerid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_manufacturerid)
 Set the DotDot OTAUpgrade::ManufacturerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_manufacturerid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::ManufacturerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_manufacturerid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::ManufacturerID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_manufacturerid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::ManufacturerID attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_image_typeid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::ImageTypeID is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ota_upgrade_image_typeid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::ImageTypeID attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_image_typeid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_image_typeid)
 Set the DotDot OTAUpgrade::ImageTypeID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_typeid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::ImageTypeID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_typeid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::ImageTypeID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_image_typeid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::ImageTypeID attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_minimum_block_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::MinimumBlockPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ota_upgrade_minimum_block_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::MinimumBlockPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_minimum_block_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_minimum_block_period)
 Set the DotDot OTAUpgrade::MinimumBlockPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_minimum_block_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::MinimumBlockPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_minimum_block_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::MinimumBlockPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_minimum_block_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::MinimumBlockPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_image_stamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::ImageStamp is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ota_upgrade_image_stamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::ImageStamp attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_image_stamp (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_image_stamp)
 Set the DotDot OTAUpgrade::ImageStamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_stamp_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::ImageStamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_image_stamp_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::ImageStamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_image_stamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::ImageStamp attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_upgrade_activation_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::UpgradeActivationPolicy is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ota_upgrade_upgrade_activation_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::UpgradeActivationPolicy attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_upgrade_activation_policy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_upgrade_activation_policy)
 Set the DotDot OTAUpgrade::UpgradeActivationPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_activation_policy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::UpgradeActivationPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_activation_policy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::UpgradeActivationPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_upgrade_activation_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::UpgradeActivationPolicy attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ota_upgrade_upgrade_timeout_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OTAUpgrade::UpgradeTimeoutPolicy is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ota_upgrade_upgrade_timeout_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OTAUpgrade::UpgradeTimeoutPolicy attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ota_upgrade_upgrade_timeout_policy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_upgrade_timeout_policy)
 Set the DotDot OTAUpgrade::UpgradeTimeoutPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_timeout_policy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OTAUpgrade::UpgradeTimeoutPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ota_upgrade_upgrade_timeout_policy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OTAUpgrade::UpgradeTimeoutPolicy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ota_upgrade_upgrade_timeout_policy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OTAUpgrade::UpgradeTimeoutPolicy attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_ota_upgrade_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the OTAUpgrade Cluster. More...
 
bool dotdot_is_any_ota_upgrade_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the OTAUpgrade Cluster. More...
 
bool dotdot_is_supported_poll_control_check_in_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::CheckInInterval is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_poll_control_check_in_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::CheckInInterval attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_check_in_interval (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_check_in_interval)
 Set the DotDot PollControl::CheckInInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_check_in_interval_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::CheckInInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_check_in_interval_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::CheckInInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_check_in_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::CheckInInterval attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_long_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::LongPollInterval is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_poll_control_long_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::LongPollInterval attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_long_poll_interval (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_long_poll_interval)
 Set the DotDot PollControl::LongPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_long_poll_interval_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::LongPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_long_poll_interval_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::LongPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_long_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::LongPollInterval attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_short_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::ShortPollInterval is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_poll_control_short_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::ShortPollInterval attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_short_poll_interval (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_short_poll_interval)
 Set the DotDot PollControl::ShortPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_short_poll_interval_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::ShortPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_short_poll_interval_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::ShortPollInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_short_poll_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::ShortPollInterval attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_fast_poll_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::FastPollTimeout is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_poll_control_fast_poll_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::FastPollTimeout attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_fast_poll_timeout (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_fast_poll_timeout)
 Set the DotDot PollControl::FastPollTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_fast_poll_timeout_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::FastPollTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_fast_poll_timeout_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::FastPollTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_fast_poll_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::FastPollTimeout attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_check_in_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::CheckInIntervalMin is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_poll_control_check_in_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::CheckInIntervalMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_check_in_interval_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_check_in_interval_min)
 Set the DotDot PollControl::CheckInIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_check_in_interval_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::CheckInIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_check_in_interval_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::CheckInIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_check_in_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::CheckInIntervalMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_long_poll_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::LongPollIntervalMin is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_poll_control_long_poll_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::LongPollIntervalMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_long_poll_interval_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_long_poll_interval_min)
 Set the DotDot PollControl::LongPollIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_long_poll_interval_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::LongPollIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_long_poll_interval_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::LongPollIntervalMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_long_poll_interval_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::LongPollIntervalMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_poll_control_fast_poll_timeout_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PollControl::FastPollTimeoutMax is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_poll_control_fast_poll_timeout_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PollControl::FastPollTimeoutMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_poll_control_fast_poll_timeout_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_fast_poll_timeout_max)
 Set the DotDot PollControl::FastPollTimeoutMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_fast_poll_timeout_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PollControl::FastPollTimeoutMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_poll_control_fast_poll_timeout_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PollControl::FastPollTimeoutMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_poll_control_fast_poll_timeout_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PollControl::FastPollTimeoutMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_poll_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PollControl Cluster. More...
 
bool dotdot_is_any_poll_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PollControl Cluster. More...
 
bool dotdot_is_supported_shade_configuration_physical_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ShadeConfiguration::PhysicalClosedLimit is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_shade_configuration_physical_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ShadeConfiguration::PhysicalClosedLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_shade_configuration_physical_closed_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_physical_closed_limit)
 Set the DotDot ShadeConfiguration::PhysicalClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_physical_closed_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ShadeConfiguration::PhysicalClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_physical_closed_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ShadeConfiguration::PhysicalClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_shade_configuration_physical_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ShadeConfiguration::PhysicalClosedLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_shade_configuration_motor_step_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ShadeConfiguration::MotorStepSize is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_shade_configuration_motor_step_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ShadeConfiguration::MotorStepSize attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_shade_configuration_motor_step_size (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_motor_step_size)
 Set the DotDot ShadeConfiguration::MotorStepSize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_motor_step_size_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ShadeConfiguration::MotorStepSize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_motor_step_size_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ShadeConfiguration::MotorStepSize attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_shade_configuration_motor_step_size (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ShadeConfiguration::MotorStepSize attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_shade_configuration_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ShadeConfiguration::Status is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_shade_configuration_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ShadeConfiguration::Status attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_shade_configuration_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_status)
 Set the DotDot ShadeConfiguration::Status attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ShadeConfiguration::Status attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ShadeConfiguration::Status attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_shade_configuration_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ShadeConfiguration::Status attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_shade_configuration_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ShadeConfiguration::ClosedLimit is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_shade_configuration_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ShadeConfiguration::ClosedLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_shade_configuration_closed_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_closed_limit)
 Set the DotDot ShadeConfiguration::ClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_closed_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ShadeConfiguration::ClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_closed_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ShadeConfiguration::ClosedLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_shade_configuration_closed_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ShadeConfiguration::ClosedLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_shade_configuration_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ShadeConfiguration::Mode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_shade_configuration_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ShadeConfiguration::Mode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_shade_configuration_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_mode)
 Set the DotDot ShadeConfiguration::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ShadeConfiguration::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_shade_configuration_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ShadeConfiguration::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_shade_configuration_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ShadeConfiguration::Mode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_shade_configuration_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ShadeConfiguration Cluster. More...
 
bool dotdot_is_any_shade_configuration_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ShadeConfiguration Cluster. More...
 
bool dotdot_is_supported_door_lock_lock_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::LockState is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_lock_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::LockState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_lock_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_lock_state)
 Set the DotDot DoorLock::LockState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_lock_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::LockState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_lock_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::LockState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_lock_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::LockState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_lock_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::LockType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_lock_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::LockType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_lock_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_lock_type)
 Set the DotDot DoorLock::LockType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_lock_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::LockType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_lock_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::LockType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_lock_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::LockType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_actuator_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::ActuatorEnabled is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_actuator_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::ActuatorEnabled attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_actuator_enabled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_actuator_enabled)
 Set the DotDot DoorLock::ActuatorEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_actuator_enabled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::ActuatorEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_actuator_enabled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::ActuatorEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_actuator_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::ActuatorEnabled attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_door_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::DoorState is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_door_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::DoorState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_door_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_door_state)
 Set the DotDot DoorLock::DoorState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::DoorState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::DoorState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_door_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::DoorState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_door_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::DoorOpenEvents is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_door_lock_door_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::DoorOpenEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_door_open_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_door_open_events)
 Set the DotDot DoorLock::DoorOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_open_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::DoorOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_open_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::DoorOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_door_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::DoorOpenEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_door_closed_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::DoorClosedEvents is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_door_lock_door_closed_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::DoorClosedEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_door_closed_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_door_closed_events)
 Set the DotDot DoorLock::DoorClosedEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_closed_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::DoorClosedEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_door_closed_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::DoorClosedEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_door_closed_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::DoorClosedEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::OpenPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::OpenPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_open_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_open_period)
 Set the DotDot DoorLock::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_open_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_open_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::OpenPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_of_log_records_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfLogRecordsSupported is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_number_of_log_records_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfLogRecordsSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_of_log_records_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_of_log_records_supported)
 Set the DotDot DoorLock::NumberOfLogRecordsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_log_records_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfLogRecordsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_log_records_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfLogRecordsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_of_log_records_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfLogRecordsSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_of_total_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfTotalUsersSupported is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_number_of_total_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfTotalUsersSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_of_total_users_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_of_total_users_supported)
 Set the DotDot DoorLock::NumberOfTotalUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_total_users_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfTotalUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_total_users_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfTotalUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_of_total_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfTotalUsersSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_ofpin_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfPINUsersSupported is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_number_ofpin_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfPINUsersSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_ofpin_users_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_ofpin_users_supported)
 Set the DotDot DoorLock::NumberOfPINUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_ofpin_users_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfPINUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_ofpin_users_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfPINUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_ofpin_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfPINUsersSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_ofrfid_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfRFIDUsersSupported is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_number_ofrfid_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfRFIDUsersSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_ofrfid_users_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_ofrfid_users_supported)
 Set the DotDot DoorLock::NumberOfRFIDUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_ofrfid_users_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfRFIDUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_ofrfid_users_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfRFIDUsersSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_ofrfid_users_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfRFIDUsersSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_of_week_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_number_of_week_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_of_week_day_schedules_supported_per_user (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_week_day_schedules_supported_per_user)
 Set the DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_week_day_schedules_supported_per_user_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_week_day_schedules_supported_per_user_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_of_week_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfWeekDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_of_year_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_number_of_year_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_of_year_day_schedules_supported_per_user (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_year_day_schedules_supported_per_user)
 Set the DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_year_day_schedules_supported_per_user_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_year_day_schedules_supported_per_user_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_of_year_day_schedules_supported_per_user (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfYearDaySchedulesSupportedPerUser attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_number_of_holiday_schedules_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::NumberOfHolidaySchedulesSupported is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_number_of_holiday_schedules_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::NumberOfHolidaySchedulesSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_number_of_holiday_schedules_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_holiday_schedules_supported)
 Set the DotDot DoorLock::NumberOfHolidaySchedulesSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_holiday_schedules_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::NumberOfHolidaySchedulesSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_number_of_holiday_schedules_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::NumberOfHolidaySchedulesSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_number_of_holiday_schedules_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::NumberOfHolidaySchedulesSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_maxpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::MaxPINCodeLength is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_maxpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::MaxPINCodeLength attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_maxpin_code_length (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_maxpin_code_length)
 Set the DotDot DoorLock::MaxPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_maxpin_code_length_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::MaxPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_maxpin_code_length_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::MaxPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_maxpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::MaxPINCodeLength attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_minpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::MinPINCodeLength is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_minpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::MinPINCodeLength attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_minpin_code_length (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_minpin_code_length)
 Set the DotDot DoorLock::MinPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_minpin_code_length_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::MinPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_minpin_code_length_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::MinPINCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_minpin_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::MinPINCodeLength attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_maxrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::MaxRFIDCodeLength is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_maxrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::MaxRFIDCodeLength attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_maxrfid_code_length (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_maxrfid_code_length)
 Set the DotDot DoorLock::MaxRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_maxrfid_code_length_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::MaxRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_maxrfid_code_length_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::MaxRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_maxrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::MaxRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_minrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::MinRFIDCodeLength is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_minrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::MinRFIDCodeLength attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_minrfid_code_length (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_minrfid_code_length)
 Set the DotDot DoorLock::MinRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_minrfid_code_length_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::MinRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_minrfid_code_length_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::MinRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_minrfid_code_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::MinRFIDCodeLength attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_enable_logging (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::EnableLogging is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_enable_logging (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::EnableLogging attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_enable_logging (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_enable_logging)
 Set the DotDot DoorLock::EnableLogging attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_logging_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::EnableLogging attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_logging_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::EnableLogging attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_enable_logging (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::EnableLogging attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_language (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::Language is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_door_lock_language (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::Language attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_language (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_language)
 Set the DotDot DoorLock::Language attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_language_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::Language attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_language_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::Language attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_language (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::Language attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_led_settings (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::LEDSettings is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_led_settings (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::LEDSettings attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_led_settings (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_led_settings)
 Set the DotDot DoorLock::LEDSettings attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_led_settings_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::LEDSettings attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_led_settings_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::LEDSettings attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_led_settings (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::LEDSettings attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_auto_relock_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::AutoRelockTime is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_door_lock_auto_relock_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::AutoRelockTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_auto_relock_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_auto_relock_time)
 Set the DotDot DoorLock::AutoRelockTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_auto_relock_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::AutoRelockTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_auto_relock_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::AutoRelockTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_auto_relock_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::AutoRelockTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_sound_volume (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::SoundVolume is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_sound_volume (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::SoundVolume attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_sound_volume (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_sound_volume)
 Set the DotDot DoorLock::SoundVolume attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_sound_volume_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::SoundVolume attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_sound_volume_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::SoundVolume attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_sound_volume (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::SoundVolume attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_operating_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::OperatingMode is supported under a UNID/EndpoinID. More...
 
DrlkOperMode dotdot_get_door_lock_operating_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::OperatingMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_operating_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, DrlkOperMode new_operating_mode)
 Set the DotDot DoorLock::OperatingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_operating_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::OperatingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_operating_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::OperatingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_operating_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::OperatingMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_supported_operating_modes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::SupportedOperatingModes is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_supported_operating_modes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::SupportedOperatingModes attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_supported_operating_modes (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_supported_operating_modes)
 Set the DotDot DoorLock::SupportedOperatingModes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_supported_operating_modes_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::SupportedOperatingModes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_supported_operating_modes_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::SupportedOperatingModes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_supported_operating_modes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::SupportedOperatingModes attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_default_configuration_register (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::DefaultConfigurationRegister is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_default_configuration_register (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::DefaultConfigurationRegister attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_default_configuration_register (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_default_configuration_register)
 Set the DotDot DoorLock::DefaultConfigurationRegister attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_default_configuration_register_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::DefaultConfigurationRegister attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_default_configuration_register_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::DefaultConfigurationRegister attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_default_configuration_register (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::DefaultConfigurationRegister attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_enable_local_programming (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::EnableLocalProgramming is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_enable_local_programming (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::EnableLocalProgramming attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_enable_local_programming (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_enable_local_programming)
 Set the DotDot DoorLock::EnableLocalProgramming attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_local_programming_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::EnableLocalProgramming attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_local_programming_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::EnableLocalProgramming attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_enable_local_programming (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::EnableLocalProgramming attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_enable_one_touch_locking (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::EnableOneTouchLocking is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_enable_one_touch_locking (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::EnableOneTouchLocking attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_enable_one_touch_locking (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_enable_one_touch_locking)
 Set the DotDot DoorLock::EnableOneTouchLocking attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_one_touch_locking_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::EnableOneTouchLocking attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_one_touch_locking_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::EnableOneTouchLocking attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_enable_one_touch_locking (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::EnableOneTouchLocking attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_enable_inside_statusled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::EnableInsideStatusLED is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_enable_inside_statusled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::EnableInsideStatusLED attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_enable_inside_statusled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_enable_inside_statusled)
 Set the DotDot DoorLock::EnableInsideStatusLED attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_inside_statusled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::EnableInsideStatusLED attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_inside_statusled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::EnableInsideStatusLED attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_enable_inside_statusled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::EnableInsideStatusLED attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_enable_privacy_mode_button (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::EnablePrivacyModeButton is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_enable_privacy_mode_button (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::EnablePrivacyModeButton attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_enable_privacy_mode_button (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_enable_privacy_mode_button)
 Set the DotDot DoorLock::EnablePrivacyModeButton attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_privacy_mode_button_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::EnablePrivacyModeButton attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_enable_privacy_mode_button_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::EnablePrivacyModeButton attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_enable_privacy_mode_button (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::EnablePrivacyModeButton attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_wrong_code_entry_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::WrongCodeEntryLimit is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_wrong_code_entry_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::WrongCodeEntryLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_wrong_code_entry_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_wrong_code_entry_limit)
 Set the DotDot DoorLock::WrongCodeEntryLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_wrong_code_entry_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::WrongCodeEntryLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_wrong_code_entry_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::WrongCodeEntryLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_wrong_code_entry_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::WrongCodeEntryLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_user_code_temporary_disable_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::UserCodeTemporaryDisableTime is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_user_code_temporary_disable_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::UserCodeTemporaryDisableTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_user_code_temporary_disable_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_user_code_temporary_disable_time)
 Set the DotDot DoorLock::UserCodeTemporaryDisableTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_user_code_temporary_disable_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::UserCodeTemporaryDisableTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_user_code_temporary_disable_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::UserCodeTemporaryDisableTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_user_code_temporary_disable_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::UserCodeTemporaryDisableTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_sendpin_over_the_air (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::SendPINOverTheAir is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_sendpin_over_the_air (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::SendPINOverTheAir attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_sendpin_over_the_air (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_sendpin_over_the_air)
 Set the DotDot DoorLock::SendPINOverTheAir attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_sendpin_over_the_air_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::SendPINOverTheAir attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_sendpin_over_the_air_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::SendPINOverTheAir attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_sendpin_over_the_air (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::SendPINOverTheAir attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_requirepi_nforrf_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::RequirePINforRFOperation is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_door_lock_requirepi_nforrf_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::RequirePINforRFOperation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_requirepi_nforrf_operation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_requirepi_nforrf_operation)
 Set the DotDot DoorLock::RequirePINforRFOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_requirepi_nforrf_operation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::RequirePINforRFOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_requirepi_nforrf_operation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::RequirePINforRFOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_requirepi_nforrf_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::RequirePINforRFOperation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_security_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::SecurityLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_door_lock_security_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::SecurityLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_security_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_security_level)
 Set the DotDot DoorLock::SecurityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_security_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::SecurityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_security_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::SecurityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_security_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::SecurityLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::AlarmMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_alarm_mask)
 Set the DotDot DoorLock::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_keypad_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::KeypadOperationEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_keypad_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::KeypadOperationEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_keypad_operation_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_keypad_operation_event_mask)
 Set the DotDot DoorLock::KeypadOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_keypad_operation_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::KeypadOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_keypad_operation_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::KeypadOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_keypad_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::KeypadOperationEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_rf_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::RFOperationEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_rf_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::RFOperationEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_rf_operation_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rf_operation_event_mask)
 Set the DotDot DoorLock::RFOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rf_operation_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::RFOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rf_operation_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::RFOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_rf_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::RFOperationEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_manual_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::ManualOperationEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_manual_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::ManualOperationEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_manual_operation_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_manual_operation_event_mask)
 Set the DotDot DoorLock::ManualOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_manual_operation_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::ManualOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_manual_operation_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::ManualOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_manual_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::ManualOperationEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_rfid_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::RFIDOperationEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_rfid_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::RFIDOperationEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_rfid_operation_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rfid_operation_event_mask)
 Set the DotDot DoorLock::RFIDOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rfid_operation_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::RFIDOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rfid_operation_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::RFIDOperationEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_rfid_operation_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::RFIDOperationEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_keypad_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::KeypadProgrammingEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_keypad_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::KeypadProgrammingEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_keypad_programming_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_keypad_programming_event_mask)
 Set the DotDot DoorLock::KeypadProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_keypad_programming_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::KeypadProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_keypad_programming_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::KeypadProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_keypad_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::KeypadProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_rf_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::RFProgrammingEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_rf_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::RFProgrammingEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_rf_programming_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rf_programming_event_mask)
 Set the DotDot DoorLock::RFProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rf_programming_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::RFProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rf_programming_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::RFProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_rf_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::RFProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_door_lock_rfid_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DoorLock::RFIDProgrammingEventMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_door_lock_rfid_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DoorLock::RFIDProgrammingEventMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_door_lock_rfid_programming_event_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rfid_programming_event_mask)
 Set the DotDot DoorLock::RFIDProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rfid_programming_event_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DoorLock::RFIDProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_door_lock_rfid_programming_event_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DoorLock::RFIDProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_door_lock_rfid_programming_event_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DoorLock::RFIDProgrammingEventMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_door_lock_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the DoorLock Cluster. More...
 
bool dotdot_is_any_door_lock_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the DoorLock Cluster. More...
 
bool dotdot_is_supported_window_covering_window_covering_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::WindowCoveringType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_window_covering_window_covering_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::WindowCoveringType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_window_covering_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_window_covering_type)
 Set the DotDot WindowCovering::WindowCoveringType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_window_covering_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::WindowCoveringType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_window_covering_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::WindowCoveringType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_window_covering_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::WindowCoveringType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_physical_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::PhysicalClosedLimitLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_physical_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::PhysicalClosedLimitLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_physical_closed_limit_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_physical_closed_limit_lift)
 Set the DotDot WindowCovering::PhysicalClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_physical_closed_limit_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::PhysicalClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_physical_closed_limit_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::PhysicalClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_physical_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::PhysicalClosedLimitLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_physical_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::PhysicalClosedLimitTilt is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_physical_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::PhysicalClosedLimitTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_physical_closed_limit_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_physical_closed_limit_tilt)
 Set the DotDot WindowCovering::PhysicalClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_physical_closed_limit_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::PhysicalClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_physical_closed_limit_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::PhysicalClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_physical_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::PhysicalClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_current_position_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::CurrentPositionLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_current_position_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::CurrentPositionLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_current_position_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_current_position_lift)
 Set the DotDot WindowCovering::CurrentPositionLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::CurrentPositionLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::CurrentPositionLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_current_position_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::CurrentPositionLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_current_position_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::CurrentPositionTilt is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_current_position_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::CurrentPositionTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_current_position_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_current_position_tilt)
 Set the DotDot WindowCovering::CurrentPositionTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::CurrentPositionTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::CurrentPositionTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_current_position_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::CurrentPositionTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_number_of_actuations_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::NumberOfActuationsLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_number_of_actuations_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::NumberOfActuationsLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_number_of_actuations_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_of_actuations_lift)
 Set the DotDot WindowCovering::NumberOfActuationsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_number_of_actuations_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::NumberOfActuationsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_number_of_actuations_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::NumberOfActuationsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_number_of_actuations_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::NumberOfActuationsLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_number_of_actuations_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::NumberOfActuationsTilt is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_number_of_actuations_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::NumberOfActuationsTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_number_of_actuations_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_of_actuations_tilt)
 Set the DotDot WindowCovering::NumberOfActuationsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_number_of_actuations_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::NumberOfActuationsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_number_of_actuations_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::NumberOfActuationsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_number_of_actuations_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::NumberOfActuationsTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_config_or_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::ConfigOrStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_window_covering_config_or_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::ConfigOrStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_config_or_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_config_or_status)
 Set the DotDot WindowCovering::ConfigOrStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_config_or_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::ConfigOrStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_config_or_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::ConfigOrStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_config_or_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::ConfigOrStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_current_position_lift_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::CurrentPositionLiftPercentage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_window_covering_current_position_lift_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::CurrentPositionLiftPercentage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_current_position_lift_percentage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_position_lift_percentage)
 Set the DotDot WindowCovering::CurrentPositionLiftPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_lift_percentage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::CurrentPositionLiftPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_lift_percentage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::CurrentPositionLiftPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_current_position_lift_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::CurrentPositionLiftPercentage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_current_position_tilt_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::CurrentPositionTiltPercentage is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_window_covering_current_position_tilt_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::CurrentPositionTiltPercentage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_current_position_tilt_percentage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_position_tilt_percentage)
 Set the DotDot WindowCovering::CurrentPositionTiltPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_tilt_percentage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::CurrentPositionTiltPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_current_position_tilt_percentage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::CurrentPositionTiltPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_current_position_tilt_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::CurrentPositionTiltPercentage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_installed_open_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::InstalledOpenLimitLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_installed_open_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::InstalledOpenLimitLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_installed_open_limit_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_installed_open_limit_lift)
 Set the DotDot WindowCovering::InstalledOpenLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_open_limit_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::InstalledOpenLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_open_limit_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::InstalledOpenLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_installed_open_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::InstalledOpenLimitLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_installed_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::InstalledClosedLimitLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_installed_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::InstalledClosedLimitLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_installed_closed_limit_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_installed_closed_limit_lift)
 Set the DotDot WindowCovering::InstalledClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_closed_limit_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::InstalledClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_closed_limit_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::InstalledClosedLimitLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_installed_closed_limit_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::InstalledClosedLimitLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_installed_open_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::InstalledOpenLimitTilt is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_installed_open_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::InstalledOpenLimitTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_installed_open_limit_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_installed_open_limit_tilt)
 Set the DotDot WindowCovering::InstalledOpenLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_open_limit_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::InstalledOpenLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_open_limit_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::InstalledOpenLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_installed_open_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::InstalledOpenLimitTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_installed_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::InstalledClosedLimitTilt is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_installed_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::InstalledClosedLimitTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_installed_closed_limit_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_installed_closed_limit_tilt)
 Set the DotDot WindowCovering::InstalledClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_closed_limit_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::InstalledClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_installed_closed_limit_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::InstalledClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_installed_closed_limit_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::InstalledClosedLimitTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_velocity_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::VelocityLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_velocity_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::VelocityLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_velocity_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_velocity_lift)
 Set the DotDot WindowCovering::VelocityLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_velocity_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::VelocityLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_velocity_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::VelocityLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_velocity_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::VelocityLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_acceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::AccelerationTimeLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_acceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::AccelerationTimeLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_acceleration_time_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_acceleration_time_lift)
 Set the DotDot WindowCovering::AccelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_acceleration_time_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::AccelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_acceleration_time_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::AccelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_acceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::AccelerationTimeLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_deceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::DecelerationTimeLift is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_window_covering_deceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::DecelerationTimeLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_deceleration_time_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_deceleration_time_lift)
 Set the DotDot WindowCovering::DecelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_deceleration_time_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::DecelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_deceleration_time_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::DecelerationTimeLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_deceleration_time_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::DecelerationTimeLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::Mode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_window_covering_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::Mode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_mode)
 Set the DotDot WindowCovering::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::Mode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::Mode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_intermediate_setpoints_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::IntermediateSetpointsLift is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_window_covering_intermediate_setpoints_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::IntermediateSetpointsLift attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_intermediate_setpoints_lift (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_intermediate_setpoints_lift)
 Set the DotDot WindowCovering::IntermediateSetpointsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_intermediate_setpoints_lift_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::IntermediateSetpointsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_intermediate_setpoints_lift_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::IntermediateSetpointsLift attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_intermediate_setpoints_lift (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::IntermediateSetpointsLift attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_window_covering_intermediate_setpoints_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindowCovering::IntermediateSetpointsTilt is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_window_covering_intermediate_setpoints_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindowCovering::IntermediateSetpointsTilt attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_window_covering_intermediate_setpoints_tilt (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_intermediate_setpoints_tilt)
 Set the DotDot WindowCovering::IntermediateSetpointsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_intermediate_setpoints_tilt_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindowCovering::IntermediateSetpointsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_window_covering_intermediate_setpoints_tilt_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindowCovering::IntermediateSetpointsTilt attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_window_covering_intermediate_setpoints_tilt (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindowCovering::IntermediateSetpointsTilt attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_window_covering_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the WindowCovering Cluster. More...
 
bool dotdot_is_any_window_covering_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the WindowCovering Cluster. More...
 
bool dotdot_is_supported_barrier_control_moving_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::MovingState is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_barrier_control_moving_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::MovingState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_moving_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_moving_state)
 Set the DotDot BarrierControl::MovingState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_moving_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::MovingState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_moving_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::MovingState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_moving_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::MovingState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_safety_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::SafetyStatus is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_safety_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::SafetyStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_safety_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_safety_status)
 Set the DotDot BarrierControl::SafetyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_safety_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::SafetyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_safety_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::SafetyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_safety_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::SafetyStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::Capabilities is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_barrier_control_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::Capabilities attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_capabilities (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_capabilities)
 Set the DotDot BarrierControl::Capabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_capabilities_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::Capabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_capabilities_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::Capabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::Capabilities attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::OpenEvents is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::OpenEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_open_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_open_events)
 Set the DotDot BarrierControl::OpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_open_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::OpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_open_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::OpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::OpenEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::CloseEvents is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::CloseEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_close_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_close_events)
 Set the DotDot BarrierControl::CloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_close_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::CloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_close_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::CloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::CloseEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_command_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::CommandOpenEvents is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_command_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::CommandOpenEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_command_open_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_command_open_events)
 Set the DotDot BarrierControl::CommandOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_command_open_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::CommandOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_command_open_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::CommandOpenEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_command_open_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::CommandOpenEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_command_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::CommandCloseEvents is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_command_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::CommandCloseEvents attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_command_close_events (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_command_close_events)
 Set the DotDot BarrierControl::CommandCloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_command_close_events_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::CommandCloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_command_close_events_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::CommandCloseEvents attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_command_close_events (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::CommandCloseEvents attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::OpenPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::OpenPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_open_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_open_period)
 Set the DotDot BarrierControl::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_open_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_open_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::OpenPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_open_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::OpenPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_close_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::ClosePeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_barrier_control_close_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::ClosePeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_close_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_close_period)
 Set the DotDot BarrierControl::ClosePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_close_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::ClosePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_close_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::ClosePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_close_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::ClosePeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_barrier_control_barrier_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BarrierControl::BarrierPosition is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_barrier_control_barrier_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BarrierControl::BarrierPosition attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_barrier_control_barrier_position (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_barrier_position)
 Set the DotDot BarrierControl::BarrierPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_barrier_position_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BarrierControl::BarrierPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_barrier_control_barrier_position_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BarrierControl::BarrierPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_barrier_control_barrier_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BarrierControl::BarrierPosition attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_barrier_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the BarrierControl Cluster. More...
 
bool dotdot_is_any_barrier_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the BarrierControl Cluster. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxPressure is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_max_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxPressure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_pressure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_pressure)
 Set the DotDot PumpConfigurationAndControl::MaxPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_pressure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_pressure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxPressure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxSpeed is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_max_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxSpeed attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_speed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_speed)
 Set the DotDot PumpConfigurationAndControl::MaxSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_speed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_speed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxSpeed attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxFlow is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_max_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxFlow attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_flow (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_flow)
 Set the DotDot PumpConfigurationAndControl::MaxFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_flow_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_flow_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxFlow attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_min_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MinConstPressure is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_min_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MinConstPressure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_min_const_pressure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_const_pressure)
 Set the DotDot PumpConfigurationAndControl::MinConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_pressure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MinConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_pressure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MinConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_min_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MinConstPressure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxConstPressure is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_max_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxConstPressure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_const_pressure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_const_pressure)
 Set the DotDot PumpConfigurationAndControl::MaxConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_pressure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_pressure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxConstPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_const_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxConstPressure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_min_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MinCompPressure is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_min_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MinCompPressure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_min_comp_pressure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_comp_pressure)
 Set the DotDot PumpConfigurationAndControl::MinCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_comp_pressure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MinCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_comp_pressure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MinCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_min_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MinCompPressure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxCompPressure is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_max_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxCompPressure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_comp_pressure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_comp_pressure)
 Set the DotDot PumpConfigurationAndControl::MaxCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_comp_pressure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_comp_pressure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxCompPressure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_comp_pressure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxCompPressure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_min_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MinConstSpeed is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_min_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MinConstSpeed attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_min_const_speed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_const_speed)
 Set the DotDot PumpConfigurationAndControl::MinConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_speed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MinConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_speed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MinConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_min_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MinConstSpeed attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxConstSpeed is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_max_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxConstSpeed attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_const_speed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_const_speed)
 Set the DotDot PumpConfigurationAndControl::MaxConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_speed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_speed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxConstSpeed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_const_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxConstSpeed attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_min_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MinConstFlow is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_min_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MinConstFlow attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_min_const_flow (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_const_flow)
 Set the DotDot PumpConfigurationAndControl::MinConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_flow_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MinConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_flow_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MinConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_min_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MinConstFlow attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxConstFlow is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_max_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxConstFlow attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_const_flow (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_const_flow)
 Set the DotDot PumpConfigurationAndControl::MaxConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_flow_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_flow_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxConstFlow attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_const_flow (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxConstFlow attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_min_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MinConstTemp is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_min_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MinConstTemp attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_min_const_temp (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_const_temp)
 Set the DotDot PumpConfigurationAndControl::MinConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_temp_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MinConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_min_const_temp_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MinConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_min_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MinConstTemp attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_max_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::MaxConstTemp is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_max_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::MaxConstTemp attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_max_const_temp (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_const_temp)
 Set the DotDot PumpConfigurationAndControl::MaxConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_temp_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::MaxConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_max_const_temp_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::MaxConstTemp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_max_const_temp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::MaxConstTemp attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_pump_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::PumpStatus is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_pump_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::PumpStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_pump_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_pump_status)
 Set the DotDot PumpConfigurationAndControl::PumpStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_pump_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::PumpStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_pump_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::PumpStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_pump_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::PumpStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_effective_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::EffectiveOperationMode is supported under a UNID/EndpoinID. More...
 
PumpOperationMode dotdot_get_pump_configuration_and_control_effective_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::EffectiveOperationMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_effective_operation_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, PumpOperationMode new_effective_operation_mode)
 Set the DotDot PumpConfigurationAndControl::EffectiveOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_effective_operation_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::EffectiveOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_effective_operation_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::EffectiveOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_effective_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::EffectiveOperationMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_effective_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::EffectiveControlMode is supported under a UNID/EndpoinID. More...
 
PumpControlMode dotdot_get_pump_configuration_and_control_effective_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::EffectiveControlMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_effective_control_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, PumpControlMode new_effective_control_mode)
 Set the DotDot PumpConfigurationAndControl::EffectiveControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_effective_control_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::EffectiveControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_effective_control_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::EffectiveControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_effective_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::EffectiveControlMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::Capacity is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pump_configuration_and_control_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::Capacity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_capacity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_capacity)
 Set the DotDot PumpConfigurationAndControl::Capacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_capacity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::Capacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_capacity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::Capacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::Capacity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::Speed is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::Speed attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_speed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_speed)
 Set the DotDot PumpConfigurationAndControl::Speed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_speed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::Speed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_speed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::Speed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_speed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::Speed attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_lifetime_running_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::LifetimeRunningHours is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_pump_configuration_and_control_lifetime_running_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::LifetimeRunningHours attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_lifetime_running_hours (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_lifetime_running_hours)
 Set the DotDot PumpConfigurationAndControl::LifetimeRunningHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_lifetime_running_hours_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::LifetimeRunningHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_lifetime_running_hours_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::LifetimeRunningHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_lifetime_running_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::LifetimeRunningHours attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::Power is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_pump_configuration_and_control_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::Power attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_power)
 Set the DotDot PumpConfigurationAndControl::Power attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::Power attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::Power attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::Power attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_lifetime_energy_consumed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_pump_configuration_and_control_lifetime_energy_consumed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_lifetime_energy_consumed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_lifetime_energy_consumed)
 Set the DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_lifetime_energy_consumed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_lifetime_energy_consumed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_lifetime_energy_consumed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::LifetimeEnergyConsumed attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::OperationMode is supported under a UNID/EndpoinID. More...
 
PumpOperationMode dotdot_get_pump_configuration_and_control_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::OperationMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_operation_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, PumpOperationMode new_operation_mode)
 Set the DotDot PumpConfigurationAndControl::OperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_operation_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::OperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_operation_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::OperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::OperationMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::ControlMode is supported under a UNID/EndpoinID. More...
 
PumpControlMode dotdot_get_pump_configuration_and_control_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::ControlMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_control_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, PumpControlMode new_control_mode)
 Set the DotDot PumpConfigurationAndControl::ControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_control_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::ControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_control_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::ControlMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_control_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::ControlMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pump_configuration_and_control_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PumpConfigurationAndControl::AlarmMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pump_configuration_and_control_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PumpConfigurationAndControl::AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pump_configuration_and_control_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_alarm_mask)
 Set the DotDot PumpConfigurationAndControl::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PumpConfigurationAndControl::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pump_configuration_and_control_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PumpConfigurationAndControl::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pump_configuration_and_control_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PumpConfigurationAndControl::AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_pump_configuration_and_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PumpConfigurationAndControl Cluster. More...
 
bool dotdot_is_any_pump_configuration_and_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PumpConfigurationAndControl Cluster. More...
 
bool dotdot_is_supported_thermostat_local_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::LocalTemperature is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_local_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::LocalTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_local_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_local_temperature)
 Set the DotDot Thermostat::LocalTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_local_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::LocalTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_local_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::LocalTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_local_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::LocalTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_outdoor_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OutdoorTemperature is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_outdoor_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OutdoorTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_outdoor_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_outdoor_temperature)
 Set the DotDot Thermostat::OutdoorTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_outdoor_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OutdoorTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_outdoor_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OutdoorTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_outdoor_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OutdoorTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::Occupancy is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::Occupancy attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupancy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupancy)
 Set the DotDot Thermostat::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupancy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupancy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::Occupancy attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_abs_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::AbsMinHeatSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_abs_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::AbsMinHeatSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_abs_min_heat_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_abs_min_heat_setpoint_limit)
 Set the DotDot Thermostat::AbsMinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_min_heat_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::AbsMinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_min_heat_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::AbsMinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_abs_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::AbsMinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_abs_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::AbsMaxHeatSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_abs_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::AbsMaxHeatSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_abs_max_heat_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_abs_max_heat_setpoint_limit)
 Set the DotDot Thermostat::AbsMaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_max_heat_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::AbsMaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_max_heat_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::AbsMaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_abs_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::AbsMaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_abs_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::AbsMinCoolSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_abs_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::AbsMinCoolSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_abs_min_cool_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_abs_min_cool_setpoint_limit)
 Set the DotDot Thermostat::AbsMinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_min_cool_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::AbsMinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_min_cool_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::AbsMinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_abs_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::AbsMinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_abs_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::AbsMaxCoolSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_abs_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::AbsMaxCoolSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_abs_max_cool_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_abs_max_cool_setpoint_limit)
 Set the DotDot Thermostat::AbsMaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_max_cool_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::AbsMaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_abs_max_cool_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::AbsMaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_abs_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::AbsMaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_pi_cooling_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::PICoolingDemand is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_pi_cooling_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::PICoolingDemand attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_pi_cooling_demand (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_pi_cooling_demand)
 Set the DotDot Thermostat::PICoolingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_pi_cooling_demand_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::PICoolingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_pi_cooling_demand_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::PICoolingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_pi_cooling_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::PICoolingDemand attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_pi_heating_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::PIHeatingDemand is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_pi_heating_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::PIHeatingDemand attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_pi_heating_demand (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_pi_heating_demand)
 Set the DotDot Thermostat::PIHeatingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_pi_heating_demand_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::PIHeatingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_pi_heating_demand_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::PIHeatingDemand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_pi_heating_demand (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::PIHeatingDemand attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_hvac_system_type_configuration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::HVACSystemTypeConfiguration is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_hvac_system_type_configuration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::HVACSystemTypeConfiguration attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_hvac_system_type_configuration (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_hvac_system_type_configuration)
 Set the DotDot Thermostat::HVACSystemTypeConfiguration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_hvac_system_type_configuration_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::HVACSystemTypeConfiguration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_hvac_system_type_configuration_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::HVACSystemTypeConfiguration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_hvac_system_type_configuration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::HVACSystemTypeConfiguration attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_local_temperature_calibration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::LocalTemperatureCalibration is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_thermostat_local_temperature_calibration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::LocalTemperatureCalibration attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_local_temperature_calibration (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_local_temperature_calibration)
 Set the DotDot Thermostat::LocalTemperatureCalibration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_local_temperature_calibration_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::LocalTemperatureCalibration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_local_temperature_calibration_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::LocalTemperatureCalibration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_local_temperature_calibration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::LocalTemperatureCalibration attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OccupiedCoolingSetpoint is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_occupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OccupiedCoolingSetpoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupied_cooling_setpoint (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_occupied_cooling_setpoint)
 Set the DotDot Thermostat::OccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_cooling_setpoint_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_cooling_setpoint_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OccupiedHeatingSetpoint is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_occupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OccupiedHeatingSetpoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupied_heating_setpoint (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_occupied_heating_setpoint)
 Set the DotDot Thermostat::OccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_heating_setpoint_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_heating_setpoint_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_unoccupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::UnoccupiedCoolingSetpoint is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_unoccupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::UnoccupiedCoolingSetpoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_unoccupied_cooling_setpoint (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_unoccupied_cooling_setpoint)
 Set the DotDot Thermostat::UnoccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_cooling_setpoint_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::UnoccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_cooling_setpoint_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::UnoccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_unoccupied_cooling_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::UnoccupiedCoolingSetpoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_unoccupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::UnoccupiedHeatingSetpoint is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_unoccupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::UnoccupiedHeatingSetpoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_unoccupied_heating_setpoint (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_unoccupied_heating_setpoint)
 Set the DotDot Thermostat::UnoccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_heating_setpoint_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::UnoccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_heating_setpoint_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::UnoccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_unoccupied_heating_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::UnoccupiedHeatingSetpoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::MinHeatSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::MinHeatSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_min_heat_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_heat_setpoint_limit)
 Set the DotDot Thermostat::MinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_heat_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::MinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_heat_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::MinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_min_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::MinHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::MaxHeatSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::MaxHeatSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_max_heat_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_heat_setpoint_limit)
 Set the DotDot Thermostat::MaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_max_heat_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::MaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_max_heat_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::MaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_max_heat_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::MaxHeatSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::MinCoolSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::MinCoolSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_min_cool_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_cool_setpoint_limit)
 Set the DotDot Thermostat::MinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_cool_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::MinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_cool_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::MinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_min_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::MinCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::MaxCoolSetpointLimit is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::MaxCoolSetpointLimit attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_max_cool_setpoint_limit (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_cool_setpoint_limit)
 Set the DotDot Thermostat::MaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_max_cool_setpoint_limit_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::MaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_max_cool_setpoint_limit_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::MaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_max_cool_setpoint_limit (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::MaxCoolSetpointLimit attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_min_setpoint_dead_band (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::MinSetpointDeadBand is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_thermostat_min_setpoint_dead_band (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::MinSetpointDeadBand attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_min_setpoint_dead_band (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_min_setpoint_dead_band)
 Set the DotDot Thermostat::MinSetpointDeadBand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_setpoint_dead_band_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::MinSetpointDeadBand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_min_setpoint_dead_band_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::MinSetpointDeadBand attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_min_setpoint_dead_band (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::MinSetpointDeadBand attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_remote_sensing (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::RemoteSensing is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_remote_sensing (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::RemoteSensing attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_remote_sensing (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_remote_sensing)
 Set the DotDot Thermostat::RemoteSensing attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_remote_sensing_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::RemoteSensing attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_remote_sensing_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::RemoteSensing attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_remote_sensing (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::RemoteSensing attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_control_sequence_of_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ControlSequenceOfOperation is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_control_sequence_of_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ControlSequenceOfOperation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_control_sequence_of_operation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_control_sequence_of_operation)
 Set the DotDot Thermostat::ControlSequenceOfOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_control_sequence_of_operation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ControlSequenceOfOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_control_sequence_of_operation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ControlSequenceOfOperation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_control_sequence_of_operation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ControlSequenceOfOperation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_system_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::SystemMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_system_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::SystemMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_system_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_system_mode)
 Set the DotDot Thermostat::SystemMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_system_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::SystemMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_system_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::SystemMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_system_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::SystemMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::AlarmMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::AlarmMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_alarm_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_alarm_mask)
 Set the DotDot Thermostat::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_alarm_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_alarm_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::AlarmMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_alarm_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::AlarmMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_thermostat_running_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ThermostatRunningMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_thermostat_running_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ThermostatRunningMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_thermostat_running_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_thermostat_running_mode)
 Set the DotDot Thermostat::ThermostatRunningMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_running_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ThermostatRunningMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_running_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ThermostatRunningMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_thermostat_running_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ThermostatRunningMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_start_of_week (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::StartOfWeek is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_start_of_week (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::StartOfWeek attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_start_of_week (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_start_of_week)
 Set the DotDot Thermostat::StartOfWeek attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_start_of_week_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::StartOfWeek attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_start_of_week_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::StartOfWeek attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_start_of_week (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::StartOfWeek attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_number_of_weekly_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::NumberOfWeeklyTransitions is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_number_of_weekly_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::NumberOfWeeklyTransitions attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_number_of_weekly_transitions (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_weekly_transitions)
 Set the DotDot Thermostat::NumberOfWeeklyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_number_of_weekly_transitions_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::NumberOfWeeklyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_number_of_weekly_transitions_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::NumberOfWeeklyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_number_of_weekly_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::NumberOfWeeklyTransitions attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_number_of_daily_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::NumberOfDailyTransitions is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_number_of_daily_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::NumberOfDailyTransitions attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_number_of_daily_transitions (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_daily_transitions)
 Set the DotDot Thermostat::NumberOfDailyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_number_of_daily_transitions_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::NumberOfDailyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_number_of_daily_transitions_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::NumberOfDailyTransitions attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_number_of_daily_transitions (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::NumberOfDailyTransitions attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_temperature_setpoint_hold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::TemperatureSetpointHold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_temperature_setpoint_hold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::TemperatureSetpointHold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_temperature_setpoint_hold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_temperature_setpoint_hold)
 Set the DotDot Thermostat::TemperatureSetpointHold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_temperature_setpoint_hold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::TemperatureSetpointHold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_temperature_setpoint_hold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::TemperatureSetpointHold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_temperature_setpoint_hold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::TemperatureSetpointHold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_temperature_setpoint_hold_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::TemperatureSetpointHoldDuration is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_thermostat_temperature_setpoint_hold_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::TemperatureSetpointHoldDuration attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_temperature_setpoint_hold_duration (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_temperature_setpoint_hold_duration)
 Set the DotDot Thermostat::TemperatureSetpointHoldDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_temperature_setpoint_hold_duration_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::TemperatureSetpointHoldDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_temperature_setpoint_hold_duration_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::TemperatureSetpointHoldDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_temperature_setpoint_hold_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::TemperatureSetpointHoldDuration attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_thermostat_programming_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ThermostatProgrammingOperationMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_thermostat_programming_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ThermostatProgrammingOperationMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_thermostat_programming_operation_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_thermostat_programming_operation_mode)
 Set the DotDot Thermostat::ThermostatProgrammingOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_programming_operation_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ThermostatProgrammingOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_programming_operation_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ThermostatProgrammingOperationMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_thermostat_programming_operation_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ThermostatProgrammingOperationMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_thermostat_running_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ThermostatRunningState is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_thermostat_thermostat_running_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ThermostatRunningState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_thermostat_running_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_thermostat_running_state)
 Set the DotDot Thermostat::ThermostatRunningState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_running_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ThermostatRunningState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_thermostat_running_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ThermostatRunningState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_thermostat_running_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ThermostatRunningState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_setpoint_change_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::SetpointChangeSource is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_setpoint_change_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::SetpointChangeSource attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_setpoint_change_source (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_setpoint_change_source)
 Set the DotDot Thermostat::SetpointChangeSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_source_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::SetpointChangeSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_source_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::SetpointChangeSource attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_setpoint_change_source (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::SetpointChangeSource attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_setpoint_change_amount (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::SetpointChangeAmount is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_setpoint_change_amount (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::SetpointChangeAmount attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_setpoint_change_amount (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_setpoint_change_amount)
 Set the DotDot Thermostat::SetpointChangeAmount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_amount_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::SetpointChangeAmount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_amount_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::SetpointChangeAmount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_setpoint_change_amount (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::SetpointChangeAmount attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_setpoint_change_source_timestamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::SetpointChangeSourceTimestamp is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_thermostat_setpoint_change_source_timestamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::SetpointChangeSourceTimestamp attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_setpoint_change_source_timestamp (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_setpoint_change_source_timestamp)
 Set the DotDot Thermostat::SetpointChangeSourceTimestamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_source_timestamp_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::SetpointChangeSourceTimestamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_setpoint_change_source_timestamp_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::SetpointChangeSourceTimestamp attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_setpoint_change_source_timestamp (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::SetpointChangeSourceTimestamp attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OccupiedSetback is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_occupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OccupiedSetback attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupied_setback (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupied_setback)
 Set the DotDot Thermostat::OccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OccupiedSetback attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OccupiedSetbackMin is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_occupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OccupiedSetbackMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupied_setback_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupied_setback_min)
 Set the DotDot Thermostat::OccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_occupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::OccupiedSetbackMax is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_occupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::OccupiedSetbackMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_occupied_setback_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupied_setback_max)
 Set the DotDot Thermostat::OccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::OccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_occupied_setback_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::OccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_occupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::OccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_unoccupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::UnoccupiedSetback is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_unoccupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::UnoccupiedSetback attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_unoccupied_setback (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_unoccupied_setback)
 Set the DotDot Thermostat::UnoccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::UnoccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::UnoccupiedSetback attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_unoccupied_setback (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::UnoccupiedSetback attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_unoccupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::UnoccupiedSetbackMin is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_unoccupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::UnoccupiedSetbackMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_unoccupied_setback_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_unoccupied_setback_min)
 Set the DotDot Thermostat::UnoccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::UnoccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::UnoccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_unoccupied_setback_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::UnoccupiedSetbackMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_unoccupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::UnoccupiedSetbackMax is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_unoccupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::UnoccupiedSetbackMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_unoccupied_setback_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_unoccupied_setback_max)
 Set the DotDot Thermostat::UnoccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::UnoccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_unoccupied_setback_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::UnoccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_unoccupied_setback_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::UnoccupiedSetbackMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_emergency_heat_delta (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::EmergencyHeatDelta is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_emergency_heat_delta (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::EmergencyHeatDelta attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_emergency_heat_delta (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_emergency_heat_delta)
 Set the DotDot Thermostat::EmergencyHeatDelta attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_emergency_heat_delta_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::EmergencyHeatDelta attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_emergency_heat_delta_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::EmergencyHeatDelta attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_emergency_heat_delta (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::EmergencyHeatDelta attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_ac_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ac_type)
 Set the DotDot Thermostat::ACType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACCapacity is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_thermostat_ac_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACCapacity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_capacity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_capacity)
 Set the DotDot Thermostat::ACCapacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_capacity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACCapacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_capacity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACCapacity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_capacity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACCapacity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_refrigerant_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACRefrigerantType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_ac_refrigerant_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACRefrigerantType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_refrigerant_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ac_refrigerant_type)
 Set the DotDot Thermostat::ACRefrigerantType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_refrigerant_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACRefrigerantType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_refrigerant_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACRefrigerantType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_refrigerant_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACRefrigerantType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_compressor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACCompressorType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_ac_compressor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACCompressorType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_compressor_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ac_compressor_type)
 Set the DotDot Thermostat::ACCompressorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_compressor_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACCompressorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_compressor_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACCompressorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_compressor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACCompressorType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_error_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACErrorCode is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_thermostat_ac_error_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACErrorCode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_error_code (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_ac_error_code)
 Set the DotDot Thermostat::ACErrorCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_error_code_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACErrorCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_error_code_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACErrorCode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_error_code (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACErrorCode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_louver_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACLouverPosition is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_ac_louver_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACLouverPosition attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_louver_position (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ac_louver_position)
 Set the DotDot Thermostat::ACLouverPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_louver_position_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACLouverPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_louver_position_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACLouverPosition attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_louver_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACLouverPosition attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_coil_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACCoilTemperature is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_thermostat_ac_coil_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACCoilTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_coil_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_ac_coil_temperature)
 Set the DotDot Thermostat::ACCoilTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_coil_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACCoilTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_coil_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACCoilTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_coil_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACCoilTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_ac_capacity_format (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Thermostat::ACCapacityFormat is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_ac_capacity_format (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Thermostat::ACCapacityFormat attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_ac_capacity_format (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ac_capacity_format)
 Set the DotDot Thermostat::ACCapacityFormat attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_capacity_format_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Thermostat::ACCapacityFormat attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_ac_capacity_format_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Thermostat::ACCapacityFormat attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_ac_capacity_format (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Thermostat::ACCapacityFormat attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_thermostat_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Thermostat Cluster. More...
 
bool dotdot_is_any_thermostat_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Thermostat Cluster. More...
 
bool dotdot_is_supported_fan_control_fan_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FanControl::FanMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_fan_control_fan_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FanControl::FanMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_fan_control_fan_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_fan_mode)
 Set the DotDot FanControl::FanMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_fan_control_fan_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FanControl::FanMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_fan_control_fan_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FanControl::FanMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_fan_control_fan_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FanControl::FanMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_fan_control_fan_mode_sequence (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FanControl::FanModeSequence is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_fan_control_fan_mode_sequence (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FanControl::FanModeSequence attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_fan_control_fan_mode_sequence (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_fan_mode_sequence)
 Set the DotDot FanControl::FanModeSequence attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_fan_control_fan_mode_sequence_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FanControl::FanModeSequence attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_fan_control_fan_mode_sequence_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FanControl::FanModeSequence attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_fan_control_fan_mode_sequence (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FanControl::FanModeSequence attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_fan_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the FanControl Cluster. More...
 
bool dotdot_is_any_fan_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the FanControl Cluster. More...
 
bool dotdot_is_supported_dehumidification_control_relative_humidity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::RelativeHumidity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_relative_humidity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::RelativeHumidity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_relative_humidity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_relative_humidity)
 Set the DotDot DehumidificationControl::RelativeHumidity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::RelativeHumidity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::RelativeHumidity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_relative_humidity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::RelativeHumidity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_dehumidification_cooling (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::DehumidificationCooling is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_dehumidification_cooling (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::DehumidificationCooling attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_dehumidification_cooling (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_dehumidification_cooling)
 Set the DotDot DehumidificationControl::DehumidificationCooling attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_cooling_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::DehumidificationCooling attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_cooling_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::DehumidificationCooling attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_dehumidification_cooling (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::DehumidificationCooling attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_rh_dehumidification_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::RHDehumidificationSetpoint is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_rh_dehumidification_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::RHDehumidificationSetpoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_rh_dehumidification_setpoint (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_rh_dehumidification_setpoint)
 Set the DotDot DehumidificationControl::RHDehumidificationSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_rh_dehumidification_setpoint_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::RHDehumidificationSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_rh_dehumidification_setpoint_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::RHDehumidificationSetpoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_rh_dehumidification_setpoint (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::RHDehumidificationSetpoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_relative_humidity_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::RelativeHumidityMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_relative_humidity_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::RelativeHumidityMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_relative_humidity_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_relative_humidity_mode)
 Set the DotDot DehumidificationControl::RelativeHumidityMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::RelativeHumidityMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::RelativeHumidityMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_relative_humidity_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::RelativeHumidityMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_dehumidification_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::DehumidificationLockout is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_dehumidification_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::DehumidificationLockout attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_dehumidification_lockout (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_dehumidification_lockout)
 Set the DotDot DehumidificationControl::DehumidificationLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_lockout_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::DehumidificationLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_lockout_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::DehumidificationLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_dehumidification_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::DehumidificationLockout attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_dehumidification_hysteresis (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::DehumidificationHysteresis is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_dehumidification_hysteresis (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::DehumidificationHysteresis attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_dehumidification_hysteresis (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_dehumidification_hysteresis)
 Set the DotDot DehumidificationControl::DehumidificationHysteresis attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_hysteresis_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::DehumidificationHysteresis attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_hysteresis_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::DehumidificationHysteresis attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_dehumidification_hysteresis (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::DehumidificationHysteresis attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_dehumidification_max_cool (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::DehumidificationMaxCool is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_dehumidification_max_cool (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::DehumidificationMaxCool attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_dehumidification_max_cool (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_dehumidification_max_cool)
 Set the DotDot DehumidificationControl::DehumidificationMaxCool attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_max_cool_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::DehumidificationMaxCool attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_dehumidification_max_cool_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::DehumidificationMaxCool attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_dehumidification_max_cool (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::DehumidificationMaxCool attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_dehumidification_control_relative_humidity_display (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot DehumidificationControl::RelativeHumidityDisplay is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_dehumidification_control_relative_humidity_display (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot DehumidificationControl::RelativeHumidityDisplay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_dehumidification_control_relative_humidity_display (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_relative_humidity_display)
 Set the DotDot DehumidificationControl::RelativeHumidityDisplay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_display_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot DehumidificationControl::RelativeHumidityDisplay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_dehumidification_control_relative_humidity_display_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot DehumidificationControl::RelativeHumidityDisplay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_dehumidification_control_relative_humidity_display (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot DehumidificationControl::RelativeHumidityDisplay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_dehumidification_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the DehumidificationControl Cluster. More...
 
bool dotdot_is_any_dehumidification_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the DehumidificationControl Cluster. More...
 
bool dotdot_is_supported_thermostat_user_interface_configuration_temperature_display_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_user_interface_configuration_temperature_display_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_user_interface_configuration_temperature_display_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_temperature_display_mode)
 Set the DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_temperature_display_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_temperature_display_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_user_interface_configuration_temperature_display_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ThermostatUserInterfaceConfiguration::TemperatureDisplayMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_user_interface_configuration_keypad_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ThermostatUserInterfaceConfiguration::KeypadLockout is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_user_interface_configuration_keypad_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ThermostatUserInterfaceConfiguration::KeypadLockout attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_user_interface_configuration_keypad_lockout (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_keypad_lockout)
 Set the DotDot ThermostatUserInterfaceConfiguration::KeypadLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_keypad_lockout_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ThermostatUserInterfaceConfiguration::KeypadLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_keypad_lockout_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ThermostatUserInterfaceConfiguration::KeypadLockout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_user_interface_configuration_keypad_lockout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ThermostatUserInterfaceConfiguration::KeypadLockout attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_thermostat_user_interface_configuration_schedule_programming_visibility (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_thermostat_user_interface_configuration_schedule_programming_visibility (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_thermostat_user_interface_configuration_schedule_programming_visibility (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_schedule_programming_visibility)
 Set the DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_schedule_programming_visibility_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_thermostat_user_interface_configuration_schedule_programming_visibility_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_thermostat_user_interface_configuration_schedule_programming_visibility (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ThermostatUserInterfaceConfiguration::ScheduleProgrammingVisibility attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_thermostat_user_interface_configuration_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ThermostatUserInterfaceConfiguration Cluster. More...
 
bool dotdot_is_any_thermostat_user_interface_configuration_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ThermostatUserInterfaceConfiguration Cluster. More...
 
bool dotdot_is_supported_color_control_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CurrentHue is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CurrentHue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_current_hue (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_hue)
 Set the DotDot ColorControl::CurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_current_hue_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_current_hue_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CurrentHue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_current_saturation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CurrentSaturation is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_current_saturation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CurrentSaturation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_current_saturation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_saturation)
 Set the DotDot ColorControl::CurrentSaturation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_current_saturation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CurrentSaturation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_current_saturation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CurrentSaturation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_current_saturation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CurrentSaturation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::RemainingTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::RemainingTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_remaining_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_remaining_time)
 Set the DotDot ColorControl::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_remaining_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_remaining_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::RemainingTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_remaining_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::RemainingTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_currentx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CurrentX is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_currentx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CurrentX attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_currentx (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_currentx)
 Set the DotDot ColorControl::CurrentX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_currentx_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CurrentX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_currentx_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CurrentX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_currentx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CurrentX attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_currenty (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CurrentY is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_currenty (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CurrentY attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_currenty (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_currenty)
 Set the DotDot ColorControl::CurrentY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_currenty_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CurrentY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_currenty_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CurrentY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_currenty (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CurrentY attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_drift_compensation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::DriftCompensation is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_drift_compensation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::DriftCompensation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_drift_compensation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_drift_compensation)
 Set the DotDot ColorControl::DriftCompensation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_drift_compensation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::DriftCompensation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_drift_compensation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::DriftCompensation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_drift_compensation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::DriftCompensation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_compensation_text (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CompensationText is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_color_control_compensation_text (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CompensationText attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_compensation_text (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_compensation_text)
 Set the DotDot ColorControl::CompensationText attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_compensation_text_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CompensationText attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_compensation_text_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CompensationText attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_compensation_text (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CompensationText attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorTemperatureMireds is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorTemperatureMireds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_temperature_mireds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_temperature_mireds)
 Set the DotDot ColorControl::ColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temperature_mireds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temperature_mireds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_color_mode)
 Set the DotDot ColorControl::ColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Options is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Options attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_options (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_options)
 Set the DotDot ColorControl::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_options_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_options_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Options attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_options (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Options attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_number_of_primaries (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::NumberOfPrimaries is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_number_of_primaries (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::NumberOfPrimaries attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_number_of_primaries (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_primaries)
 Set the DotDot ColorControl::NumberOfPrimaries attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_number_of_primaries_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::NumberOfPrimaries attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_number_of_primaries_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::NumberOfPrimaries attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_number_of_primaries (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::NumberOfPrimaries attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary1x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary1X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary1x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary1X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary1x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary1x)
 Set the DotDot ColorControl::Primary1X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary1X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary1X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary1x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary1X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary1y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary1Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary1y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary1Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary1y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary1y)
 Set the DotDot ColorControl::Primary1Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary1Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary1Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary1y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary1Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary1_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary1Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary1_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary1Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary1_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary1_intensity)
 Set the DotDot ColorControl::Primary1Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary1Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary1_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary1Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary1_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary1Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary2x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary2X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary2x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary2X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary2x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary2x)
 Set the DotDot ColorControl::Primary2X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary2X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary2X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary2x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary2X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary2y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary2Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary2y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary2Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary2y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary2y)
 Set the DotDot ColorControl::Primary2Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary2Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary2Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary2y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary2Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary2_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary2Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary2_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary2Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary2_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary2_intensity)
 Set the DotDot ColorControl::Primary2Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary2Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary2_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary2Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary2_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary2Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary3x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary3X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary3x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary3X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary3x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary3x)
 Set the DotDot ColorControl::Primary3X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary3X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary3X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary3x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary3X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary3y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary3Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary3y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary3Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary3y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary3y)
 Set the DotDot ColorControl::Primary3Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary3Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary3Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary3y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary3Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary3_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary3Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary3_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary3Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary3_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary3_intensity)
 Set the DotDot ColorControl::Primary3Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary3Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary3_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary3Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary3_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary3Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary4x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary4X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary4x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary4X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary4x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary4x)
 Set the DotDot ColorControl::Primary4X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary4X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary4X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary4x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary4X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary4y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary4Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary4y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary4Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary4y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary4y)
 Set the DotDot ColorControl::Primary4Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary4Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary4Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary4y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary4Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary4_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary4Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary4_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary4Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary4_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary4_intensity)
 Set the DotDot ColorControl::Primary4Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary4Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary4_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary4Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary4_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary4Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary5x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary5X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary5x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary5X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary5x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary5x)
 Set the DotDot ColorControl::Primary5X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary5X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary5X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary5x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary5X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary5y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary5Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary5y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary5Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary5y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary5y)
 Set the DotDot ColorControl::Primary5Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary5Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary5Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary5y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary5Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary5_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary5Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary5_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary5Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary5_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary5_intensity)
 Set the DotDot ColorControl::Primary5Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary5Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary5_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary5Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary5_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary5Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary6x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary6X is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary6x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary6X attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary6x (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary6x)
 Set the DotDot ColorControl::Primary6X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6x_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary6X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6x_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary6X attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary6x (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary6X attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary6y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary6Y is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_primary6y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary6Y attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary6y (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_primary6y)
 Set the DotDot ColorControl::Primary6Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6y_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary6Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6y_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary6Y attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary6y (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary6Y attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_primary6_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::Primary6Intensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_primary6_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::Primary6Intensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_primary6_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_primary6_intensity)
 Set the DotDot ColorControl::Primary6Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::Primary6Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_primary6_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::Primary6Intensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_primary6_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::Primary6Intensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_white_pointx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::WhitePointX is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_white_pointx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::WhitePointX attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_white_pointx (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_white_pointx)
 Set the DotDot ColorControl::WhitePointX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_white_pointx_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::WhitePointX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_white_pointx_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::WhitePointX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_white_pointx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::WhitePointX attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_white_pointy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::WhitePointY is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_white_pointy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::WhitePointY attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_white_pointy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_white_pointy)
 Set the DotDot ColorControl::WhitePointY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_white_pointy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::WhitePointY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_white_pointy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::WhitePointY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_white_pointy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::WhitePointY attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointrx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointRX is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointrx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointRX attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointrx (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointrx)
 Set the DotDot ColorControl::ColorPointRX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointrx_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointRX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointrx_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointRX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointrx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointRX attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointRY is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointRY attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointry (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointry)
 Set the DotDot ColorControl::ColorPointRY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointry_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointRY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointry_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointRY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointRY attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointr_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointRIntensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_color_pointr_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointRIntensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointr_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_color_pointr_intensity)
 Set the DotDot ColorControl::ColorPointRIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointr_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointRIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointr_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointRIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointr_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointRIntensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointgx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointGX is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointgx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointGX attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointgx (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointgx)
 Set the DotDot ColorControl::ColorPointGX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointgx_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointGX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointgx_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointGX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointgx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointGX attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointgy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointGY is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointgy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointGY attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointgy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointgy)
 Set the DotDot ColorControl::ColorPointGY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointgy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointGY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointgy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointGY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointgy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointGY attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointg_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointGIntensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_color_pointg_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointGIntensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointg_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_color_pointg_intensity)
 Set the DotDot ColorControl::ColorPointGIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointg_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointGIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointg_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointGIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointg_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointGIntensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointbx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointBX is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointbx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointBX attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointbx (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointbx)
 Set the DotDot ColorControl::ColorPointBX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointbx_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointBX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointbx_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointBX attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointbx (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointBX attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointby (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointBY is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_pointby (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointBY attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointby (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_pointby)
 Set the DotDot ColorControl::ColorPointBY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointby_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointBY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointby_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointBY attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointby (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointBY attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_pointb_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorPointBIntensity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_color_pointb_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorPointBIntensity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_pointb_intensity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_color_pointb_intensity)
 Set the DotDot ColorControl::ColorPointBIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointb_intensity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorPointBIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_pointb_intensity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorPointBIntensity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_pointb_intensity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorPointBIntensity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_enhanced_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::EnhancedCurrentHue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_enhanced_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::EnhancedCurrentHue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_enhanced_current_hue (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_enhanced_current_hue)
 Set the DotDot ColorControl::EnhancedCurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_enhanced_current_hue_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::EnhancedCurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_enhanced_current_hue_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::EnhancedCurrentHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_enhanced_current_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::EnhancedCurrentHue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_enhanced_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::EnhancedColorMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_enhanced_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::EnhancedColorMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_enhanced_color_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_enhanced_color_mode)
 Set the DotDot ColorControl::EnhancedColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_enhanced_color_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::EnhancedColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_enhanced_color_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::EnhancedColorMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_enhanced_color_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::EnhancedColorMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_loop_active (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorLoopActive is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_color_control_color_loop_active (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorLoopActive attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_loop_active (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_color_loop_active)
 Set the DotDot ColorControl::ColorLoopActive attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_active_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorLoopActive attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_active_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorLoopActive attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_loop_active (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorLoopActive attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_loop_direction (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorLoopDirection is supported under a UNID/EndpoinID. More...
 
CCColorLoopDirection dotdot_get_color_control_color_loop_direction (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorLoopDirection attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_loop_direction (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, CCColorLoopDirection new_color_loop_direction)
 Set the DotDot ColorControl::ColorLoopDirection attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_direction_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorLoopDirection attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_direction_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorLoopDirection attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_loop_direction (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorLoopDirection attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_loop_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorLoopTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_loop_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorLoopTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_loop_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_loop_time)
 Set the DotDot ColorControl::ColorLoopTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorLoopTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorLoopTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_loop_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorLoopTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_loop_start_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorLoopStartEnhancedHue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_loop_start_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorLoopStartEnhancedHue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_loop_start_enhanced_hue (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_loop_start_enhanced_hue)
 Set the DotDot ColorControl::ColorLoopStartEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_start_enhanced_hue_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorLoopStartEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_start_enhanced_hue_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorLoopStartEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_loop_start_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorLoopStartEnhancedHue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_loop_stored_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorLoopStoredEnhancedHue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_loop_stored_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorLoopStoredEnhancedHue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_loop_stored_enhanced_hue (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_loop_stored_enhanced_hue)
 Set the DotDot ColorControl::ColorLoopStoredEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_stored_enhanced_hue_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorLoopStoredEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_loop_stored_enhanced_hue_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorLoopStoredEnhancedHue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_loop_stored_enhanced_hue (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorLoopStoredEnhancedHue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorCapabilities is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorCapabilities attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_capabilities (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_capabilities)
 Set the DotDot ColorControl::ColorCapabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_capabilities_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorCapabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_capabilities_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorCapabilities attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_capabilities (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorCapabilities attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_temp_physical_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorTempPhysicalMinMireds is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_temp_physical_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorTempPhysicalMinMireds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_temp_physical_min_mireds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_temp_physical_min_mireds)
 Set the DotDot ColorControl::ColorTempPhysicalMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temp_physical_min_mireds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorTempPhysicalMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temp_physical_min_mireds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorTempPhysicalMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_temp_physical_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorTempPhysicalMinMireds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_color_temp_physical_max_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::ColorTempPhysicalMaxMireds is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_color_temp_physical_max_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::ColorTempPhysicalMaxMireds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_color_temp_physical_max_mireds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_color_temp_physical_max_mireds)
 Set the DotDot ColorControl::ColorTempPhysicalMaxMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temp_physical_max_mireds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::ColorTempPhysicalMaxMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_color_temp_physical_max_mireds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::ColorTempPhysicalMaxMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_color_temp_physical_max_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::ColorTempPhysicalMaxMireds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_couple_color_temp_to_level_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::CoupleColorTempToLevelMinMireds is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_couple_color_temp_to_level_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::CoupleColorTempToLevelMinMireds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_couple_color_temp_to_level_min_mireds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_couple_color_temp_to_level_min_mireds)
 Set the DotDot ColorControl::CoupleColorTempToLevelMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_couple_color_temp_to_level_min_mireds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::CoupleColorTempToLevelMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_couple_color_temp_to_level_min_mireds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::CoupleColorTempToLevelMinMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_couple_color_temp_to_level_min_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::CoupleColorTempToLevelMinMireds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_color_control_start_up_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ColorControl::StartUpColorTemperatureMireds is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_color_control_start_up_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ColorControl::StartUpColorTemperatureMireds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_color_control_start_up_color_temperature_mireds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_start_up_color_temperature_mireds)
 Set the DotDot ColorControl::StartUpColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_start_up_color_temperature_mireds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ColorControl::StartUpColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_color_control_start_up_color_temperature_mireds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ColorControl::StartUpColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_color_control_start_up_color_temperature_mireds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ColorControl::StartUpColorTemperatureMireds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_color_control_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ColorControl Cluster. More...
 
bool dotdot_is_any_color_control_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ColorControl Cluster. More...
 
bool dotdot_is_supported_ballast_configuration_physical_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::PhysicalMinLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_physical_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::PhysicalMinLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_physical_min_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_physical_min_level)
 Set the DotDot BallastConfiguration::PhysicalMinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_physical_min_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::PhysicalMinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_physical_min_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::PhysicalMinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_physical_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::PhysicalMinLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_physical_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::PhysicalMaxLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_physical_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::PhysicalMaxLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_physical_max_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_physical_max_level)
 Set the DotDot BallastConfiguration::PhysicalMaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_physical_max_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::PhysicalMaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_physical_max_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::PhysicalMaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_physical_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::PhysicalMaxLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_ballast_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::BallastStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_ballast_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::BallastStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_ballast_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ballast_status)
 Set the DotDot BallastConfiguration::BallastStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_ballast_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::BallastStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_ballast_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::BallastStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_ballast_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::BallastStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::MinLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::MinLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_min_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_min_level)
 Set the DotDot BallastConfiguration::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_min_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_min_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::MinLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_min_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::MinLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::MaxLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::MaxLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_max_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_max_level)
 Set the DotDot BallastConfiguration::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_max_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_max_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::MaxLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_max_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::MaxLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_power_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::PowerOnLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_power_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::PowerOnLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_power_on_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_power_on_level)
 Set the DotDot BallastConfiguration::PowerOnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_power_on_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::PowerOnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_power_on_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::PowerOnLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_power_on_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::PowerOnLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_power_on_fade_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::PowerOnFadeTime is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ballast_configuration_power_on_fade_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::PowerOnFadeTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_power_on_fade_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_power_on_fade_time)
 Set the DotDot BallastConfiguration::PowerOnFadeTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_power_on_fade_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::PowerOnFadeTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_power_on_fade_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::PowerOnFadeTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_power_on_fade_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::PowerOnFadeTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_intrinsic_ballast_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::IntrinsicBallastFactor is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_intrinsic_ballast_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::IntrinsicBallastFactor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_intrinsic_ballast_factor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_intrinsic_ballast_factor)
 Set the DotDot BallastConfiguration::IntrinsicBallastFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_intrinsic_ballast_factor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::IntrinsicBallastFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_intrinsic_ballast_factor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::IntrinsicBallastFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_intrinsic_ballast_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::IntrinsicBallastFactor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_ballast_factor_adjustment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::BallastFactorAdjustment is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_ballast_factor_adjustment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::BallastFactorAdjustment attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_ballast_factor_adjustment (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ballast_factor_adjustment)
 Set the DotDot BallastConfiguration::BallastFactorAdjustment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_ballast_factor_adjustment_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::BallastFactorAdjustment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_ballast_factor_adjustment_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::BallastFactorAdjustment attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_ballast_factor_adjustment (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::BallastFactorAdjustment attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampQuantity is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_lamp_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampQuantity attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_quantity (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_lamp_quantity)
 Set the DotDot BallastConfiguration::LampQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_quantity_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_quantity_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampQuantity attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_quantity (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampQuantity attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampType is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_ballast_configuration_lamp_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_lamp_type)
 Set the DotDot BallastConfiguration::LampType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampManufacturer is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_ballast_configuration_lamp_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampManufacturer attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_manufacturer (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_lamp_manufacturer)
 Set the DotDot BallastConfiguration::LampManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_manufacturer_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_manufacturer_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampManufacturer attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_manufacturer (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampManufacturer attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_rated_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampRatedHours is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ballast_configuration_lamp_rated_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampRatedHours attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_rated_hours (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_lamp_rated_hours)
 Set the DotDot BallastConfiguration::LampRatedHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_rated_hours_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampRatedHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_rated_hours_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampRatedHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_rated_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampRatedHours attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_burn_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampBurnHours is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ballast_configuration_lamp_burn_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampBurnHours attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_burn_hours (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_lamp_burn_hours)
 Set the DotDot BallastConfiguration::LampBurnHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_burn_hours_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampBurnHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_burn_hours_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampBurnHours attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_burn_hours (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampBurnHours attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_alarm_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampAlarmMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ballast_configuration_lamp_alarm_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampAlarmMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_alarm_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_lamp_alarm_mode)
 Set the DotDot BallastConfiguration::LampAlarmMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_alarm_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampAlarmMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_alarm_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampAlarmMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_alarm_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampAlarmMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ballast_configuration_lamp_burn_hours_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot BallastConfiguration::LampBurnHoursTripPoint is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_ballast_configuration_lamp_burn_hours_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot BallastConfiguration::LampBurnHoursTripPoint attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ballast_configuration_lamp_burn_hours_trip_point (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_lamp_burn_hours_trip_point)
 Set the DotDot BallastConfiguration::LampBurnHoursTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_burn_hours_trip_point_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot BallastConfiguration::LampBurnHoursTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ballast_configuration_lamp_burn_hours_trip_point_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot BallastConfiguration::LampBurnHoursTripPoint attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ballast_configuration_lamp_burn_hours_trip_point (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot BallastConfiguration::LampBurnHoursTripPoint attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_ballast_configuration_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the BallastConfiguration Cluster. More...
 
bool dotdot_is_any_ballast_configuration_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the BallastConfiguration Cluster. More...
 
bool dotdot_is_supported_illuminance_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_illuminance_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot IlluminanceMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_illuminance_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot IlluminanceMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_illuminance_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot IlluminanceMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_illuminance_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot IlluminanceMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_measurement_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceMeasurement::LightSensorType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_illuminance_measurement_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceMeasurement::LightSensorType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_measurement_light_sensor_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_light_sensor_type)
 Set the DotDot IlluminanceMeasurement::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_light_sensor_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceMeasurement::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_measurement_light_sensor_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceMeasurement::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_measurement_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceMeasurement::LightSensorType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_illuminance_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the IlluminanceMeasurement Cluster. More...
 
bool dotdot_is_any_illuminance_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the IlluminanceMeasurement Cluster. More...
 
bool dotdot_is_supported_illuminance_level_sensing_level_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceLevelSensing::LevelStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_illuminance_level_sensing_level_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceLevelSensing::LevelStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_level_sensing_level_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_level_status)
 Set the DotDot IlluminanceLevelSensing::LevelStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_level_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceLevelSensing::LevelStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_level_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceLevelSensing::LevelStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_level_sensing_level_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceLevelSensing::LevelStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_level_sensing_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceLevelSensing::LightSensorType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_illuminance_level_sensing_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceLevelSensing::LightSensorType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_level_sensing_light_sensor_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_light_sensor_type)
 Set the DotDot IlluminanceLevelSensing::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_light_sensor_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceLevelSensing::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_light_sensor_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceLevelSensing::LightSensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_level_sensing_light_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceLevelSensing::LightSensorType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_illuminance_level_sensing_illuminance_target_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IlluminanceLevelSensing::IlluminanceTargetLevel is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_illuminance_level_sensing_illuminance_target_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IlluminanceLevelSensing::IlluminanceTargetLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_illuminance_level_sensing_illuminance_target_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_illuminance_target_level)
 Set the DotDot IlluminanceLevelSensing::IlluminanceTargetLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_illuminance_target_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IlluminanceLevelSensing::IlluminanceTargetLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_illuminance_level_sensing_illuminance_target_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IlluminanceLevelSensing::IlluminanceTargetLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_illuminance_level_sensing_illuminance_target_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IlluminanceLevelSensing::IlluminanceTargetLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_illuminance_level_sensing_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the IlluminanceLevelSensing Cluster. More...
 
bool dotdot_is_any_illuminance_level_sensing_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the IlluminanceLevelSensing Cluster. More...
 
bool dotdot_is_supported_temperature_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot TemperatureMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_temperature_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot TemperatureMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_temperature_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_value)
 Set the DotDot TemperatureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot TemperatureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot TemperatureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_temperature_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot TemperatureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_temperature_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot TemperatureMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_temperature_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot TemperatureMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_temperature_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_measured_value)
 Set the DotDot TemperatureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot TemperatureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot TemperatureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_temperature_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot TemperatureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_temperature_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot TemperatureMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_temperature_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot TemperatureMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_temperature_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_measured_value)
 Set the DotDot TemperatureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot TemperatureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot TemperatureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_temperature_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot TemperatureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_temperature_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot TemperatureMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_temperature_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot TemperatureMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_temperature_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot TemperatureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot TemperatureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_temperature_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot TemperatureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_temperature_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot TemperatureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_temperature_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the TemperatureMeasurement Cluster. More...
 
bool dotdot_is_any_temperature_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the TemperatureMeasurement Cluster. More...
 
bool dotdot_is_supported_pressure_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_value)
 Set the DotDot PressureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_measured_value)
 Set the DotDot PressureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_measured_value)
 Set the DotDot PressureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pressure_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot PressureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::ScaledValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::ScaledValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_scaled_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_scaled_value)
 Set the DotDot PressureMeasurement::ScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scaled_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::ScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scaled_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::ScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::ScaledValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_min_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::MinScaledValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_min_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::MinScaledValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_min_scaled_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_min_scaled_value)
 Set the DotDot PressureMeasurement::MinScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_min_scaled_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::MinScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_min_scaled_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::MinScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_min_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::MinScaledValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_max_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::MaxScaledValue is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_pressure_measurement_max_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::MaxScaledValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_max_scaled_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_max_scaled_value)
 Set the DotDot PressureMeasurement::MaxScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_max_scaled_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::MaxScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_max_scaled_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::MaxScaledValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_max_scaled_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::MaxScaledValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_scaled_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::ScaledTolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_pressure_measurement_scaled_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::ScaledTolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_scaled_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_scaled_tolerance)
 Set the DotDot PressureMeasurement::ScaledTolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scaled_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::ScaledTolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scaled_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::ScaledTolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_scaled_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::ScaledTolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pressure_measurement_scale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PressureMeasurement::Scale is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_pressure_measurement_scale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PressureMeasurement::Scale attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pressure_measurement_scale (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_scale)
 Set the DotDot PressureMeasurement::Scale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scale_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PressureMeasurement::Scale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pressure_measurement_scale_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PressureMeasurement::Scale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pressure_measurement_scale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PressureMeasurement::Scale attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_pressure_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PressureMeasurement Cluster. More...
 
bool dotdot_is_any_pressure_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PressureMeasurement Cluster. More...
 
bool dotdot_is_supported_flow_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FlowMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_flow_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FlowMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_flow_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot FlowMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FlowMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FlowMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_flow_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FlowMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_flow_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FlowMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_flow_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FlowMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_flow_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot FlowMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FlowMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FlowMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_flow_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FlowMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_flow_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FlowMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_flow_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FlowMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_flow_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot FlowMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FlowMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FlowMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_flow_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FlowMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_flow_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot FlowMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_flow_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot FlowMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_flow_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot FlowMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot FlowMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_flow_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot FlowMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_flow_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot FlowMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_flow_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the FlowMeasurement Cluster. More...
 
bool dotdot_is_any_flow_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the FlowMeasurement Cluster. More...
 
bool dotdot_is_supported_relativity_humidity_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot RelativityHumidity::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_relativity_humidity_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot RelativityHumidity::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_relativity_humidity_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot RelativityHumidity::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot RelativityHumidity::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot RelativityHumidity::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_relativity_humidity_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot RelativityHumidity::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_relativity_humidity_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot RelativityHumidity::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_relativity_humidity_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot RelativityHumidity::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_relativity_humidity_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot RelativityHumidity::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot RelativityHumidity::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot RelativityHumidity::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_relativity_humidity_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot RelativityHumidity::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_relativity_humidity_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot RelativityHumidity::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_relativity_humidity_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot RelativityHumidity::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_relativity_humidity_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot RelativityHumidity::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot RelativityHumidity::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot RelativityHumidity::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_relativity_humidity_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot RelativityHumidity::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_relativity_humidity_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot RelativityHumidity::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_relativity_humidity_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot RelativityHumidity::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_relativity_humidity_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot RelativityHumidity::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot RelativityHumidity::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_relativity_humidity_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot RelativityHumidity::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_relativity_humidity_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot RelativityHumidity::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_relativity_humidity_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the RelativityHumidity Cluster. More...
 
bool dotdot_is_any_relativity_humidity_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the RelativityHumidity Cluster. More...
 
bool dotdot_is_supported_occupancy_sensing_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::Occupancy is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::Occupancy attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_occupancy (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupancy)
 Set the DotDot OccupancySensing::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::Occupancy attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_occupancy (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::Occupancy attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_occupancy_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::OccupancySensorType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_occupancy_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::OccupancySensorType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_occupancy_sensor_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupancy_sensor_type)
 Set the DotDot OccupancySensing::OccupancySensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_sensor_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::OccupancySensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_sensor_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::OccupancySensorType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_occupancy_sensor_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::OccupancySensorType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_occupancy_sensor_type_bitmap (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::OccupancySensorTypeBitmap is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_occupancy_sensor_type_bitmap (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::OccupancySensorTypeBitmap attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_occupancy_sensor_type_bitmap (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_occupancy_sensor_type_bitmap)
 Set the DotDot OccupancySensing::OccupancySensorTypeBitmap attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_sensor_type_bitmap_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::OccupancySensorTypeBitmap attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_occupancy_sensor_type_bitmap_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::OccupancySensorTypeBitmap attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_occupancy_sensor_type_bitmap (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::OccupancySensorTypeBitmap attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_pir_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_pir_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_pir_occupied_to_unoccupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_pir_occupied_to_unoccupied_delay)
 Set the DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_occupied_to_unoccupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_occupied_to_unoccupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_pir_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PIROccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_pir_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_pir_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_pir_unoccupied_to_occupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_pir_unoccupied_to_occupied_delay)
 Set the DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_unoccupied_to_occupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_unoccupied_to_occupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_pir_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PIRUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_pir_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_pir_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_pir_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_pir_unoccupied_to_occupied_threshold)
 Set the DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_unoccupied_to_occupied_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_pir_unoccupied_to_occupied_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_pir_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PIRUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ultrasonic_occupied_to_unoccupied_delay)
 Set the DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_ultrasonic_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::UltrasonicOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ultrasonic_unoccupied_to_occupied_delay)
 Set the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_ultrasonic_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_ultrasonic_unoccupied_to_occupied_threshold)
 Set the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_ultrasonic_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::UltrasonicUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_physical_contact_occupied_to_unoccupied_delay)
 Set the DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_physical_contact_occupied_to_unoccupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PhysicalContactOccupiedToUnoccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_physical_contact_unoccupied_to_occupied_delay)
 Set the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_physical_contact_unoccupied_to_occupied_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_physical_contact_unoccupied_to_occupied_threshold)
 Set the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_occupancy_sensing_physical_contact_unoccupied_to_occupied_threshold (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot OccupancySensing::PhysicalContactUnoccupiedToOccupiedThreshold attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_occupancy_sensing_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the OccupancySensing Cluster. More...
 
bool dotdot_is_any_occupancy_sensing_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the OccupancySensing Cluster. More...
 
bool dotdot_is_supported_soil_moisture_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SoilMoisture::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_soil_moisture_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SoilMoisture::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_soil_moisture_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot SoilMoisture::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SoilMoisture::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SoilMoisture::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_soil_moisture_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SoilMoisture::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_soil_moisture_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SoilMoisture::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_soil_moisture_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SoilMoisture::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_soil_moisture_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot SoilMoisture::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SoilMoisture::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SoilMoisture::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_soil_moisture_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SoilMoisture::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_soil_moisture_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SoilMoisture::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_soil_moisture_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SoilMoisture::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_soil_moisture_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot SoilMoisture::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SoilMoisture::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SoilMoisture::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_soil_moisture_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SoilMoisture::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_soil_moisture_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SoilMoisture::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_soil_moisture_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SoilMoisture::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_soil_moisture_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot SoilMoisture::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SoilMoisture::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_soil_moisture_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SoilMoisture::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_soil_moisture_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SoilMoisture::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_soil_moisture_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the SoilMoisture Cluster. More...
 
bool dotdot_is_any_soil_moisture_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the SoilMoisture Cluster. More...
 
bool dotdot_is_supported_ph_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PhMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ph_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PhMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ph_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot PhMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PhMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PhMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ph_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PhMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ph_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PhMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ph_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PhMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ph_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot PhMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PhMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PhMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ph_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PhMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ph_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PhMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ph_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PhMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ph_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot PhMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PhMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PhMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ph_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PhMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ph_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PhMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ph_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PhMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ph_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot PhMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PhMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ph_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PhMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ph_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PhMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_ph_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PhMeasurement Cluster. More...
 
bool dotdot_is_any_ph_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PhMeasurement Cluster. More...
 
bool dotdot_is_supported_electrical_conductivity_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalConductivityMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_conductivity_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalConductivityMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_conductivity_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot ElectricalConductivityMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalConductivityMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalConductivityMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_conductivity_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalConductivityMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_conductivity_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalConductivityMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_conductivity_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalConductivityMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_conductivity_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot ElectricalConductivityMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalConductivityMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalConductivityMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_conductivity_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalConductivityMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_conductivity_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalConductivityMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_conductivity_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalConductivityMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_conductivity_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot ElectricalConductivityMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalConductivityMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalConductivityMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_conductivity_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalConductivityMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_conductivity_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalConductivityMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_conductivity_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalConductivityMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_conductivity_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot ElectricalConductivityMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalConductivityMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_conductivity_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalConductivityMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_conductivity_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalConductivityMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_electrical_conductivity_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ElectricalConductivityMeasurement Cluster. More...
 
bool dotdot_is_any_electrical_conductivity_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ElectricalConductivityMeasurement Cluster. More...
 
bool dotdot_is_supported_wind_speed_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindSpeedMeasurement::MeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_wind_speed_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindSpeedMeasurement::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_wind_speed_measurement_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_measured_value)
 Set the DotDot WindSpeedMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindSpeedMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindSpeedMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_wind_speed_measurement_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindSpeedMeasurement::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_wind_speed_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindSpeedMeasurement::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_wind_speed_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindSpeedMeasurement::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_wind_speed_measurement_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_min_measured_value)
 Set the DotDot WindSpeedMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindSpeedMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindSpeedMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_wind_speed_measurement_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindSpeedMeasurement::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_wind_speed_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindSpeedMeasurement::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_wind_speed_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindSpeedMeasurement::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_wind_speed_measurement_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_measured_value)
 Set the DotDot WindSpeedMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindSpeedMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindSpeedMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_wind_speed_measurement_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindSpeedMeasurement::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_wind_speed_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot WindSpeedMeasurement::Tolerance is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_wind_speed_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot WindSpeedMeasurement::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_wind_speed_measurement_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_tolerance)
 Set the DotDot WindSpeedMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot WindSpeedMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_wind_speed_measurement_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot WindSpeedMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_wind_speed_measurement_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot WindSpeedMeasurement::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_wind_speed_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the WindSpeedMeasurement Cluster. More...
 
bool dotdot_is_any_wind_speed_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the WindSpeedMeasurement Cluster. More...
 
bool dotdot_is_supported_carbon_monoxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonMonoxide::MeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_monoxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonMonoxide::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_monoxide_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_measured_value)
 Set the DotDot CarbonMonoxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonMonoxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonMonoxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_monoxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonMonoxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_monoxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonMonoxide::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_monoxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonMonoxide::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_monoxide_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_min_measured_value)
 Set the DotDot CarbonMonoxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonMonoxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonMonoxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_monoxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonMonoxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_monoxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonMonoxide::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_monoxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonMonoxide::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_monoxide_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_max_measured_value)
 Set the DotDot CarbonMonoxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonMonoxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonMonoxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_monoxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonMonoxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_monoxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonMonoxide::Tolerance is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_monoxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonMonoxide::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_monoxide_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_tolerance)
 Set the DotDot CarbonMonoxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonMonoxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_monoxide_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonMonoxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_monoxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonMonoxide::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_carbon_monoxide_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the CarbonMonoxide Cluster. More...
 
bool dotdot_is_any_carbon_monoxide_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the CarbonMonoxide Cluster. More...
 
bool dotdot_is_supported_carbon_dioxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonDioxide::MeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_dioxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonDioxide::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_dioxide_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_measured_value)
 Set the DotDot CarbonDioxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonDioxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonDioxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_dioxide_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonDioxide::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_dioxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonDioxide::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_dioxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonDioxide::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_dioxide_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_min_measured_value)
 Set the DotDot CarbonDioxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonDioxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonDioxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_dioxide_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonDioxide::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_dioxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonDioxide::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_dioxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonDioxide::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_dioxide_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_max_measured_value)
 Set the DotDot CarbonDioxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonDioxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonDioxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_dioxide_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonDioxide::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_carbon_dioxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot CarbonDioxide::Tolerance is supported under a UNID/EndpoinID. More...
 
float dotdot_get_carbon_dioxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot CarbonDioxide::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_carbon_dioxide_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_tolerance)
 Set the DotDot CarbonDioxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot CarbonDioxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_carbon_dioxide_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot CarbonDioxide::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_carbon_dioxide_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot CarbonDioxide::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_carbon_dioxide_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the CarbonDioxide Cluster. More...
 
bool dotdot_is_any_carbon_dioxide_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the CarbonDioxide Cluster. More...
 
bool dotdot_is_supported_pm25_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PM25::MeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_pm25_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PM25::MeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pm25_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_measured_value)
 Set the DotDot PM25::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PM25::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PM25::MeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pm25_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PM25::MeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pm25_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PM25::MinMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_pm25_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PM25::MinMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pm25_min_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_min_measured_value)
 Set the DotDot PM25::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_min_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PM25::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_min_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PM25::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pm25_min_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PM25::MinMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pm25_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PM25::MaxMeasuredValue is supported under a UNID/EndpoinID. More...
 
float dotdot_get_pm25_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PM25::MaxMeasuredValue attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pm25_max_measured_value (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_max_measured_value)
 Set the DotDot PM25::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_max_measured_value_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PM25::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_max_measured_value_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PM25::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pm25_max_measured_value (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PM25::MaxMeasuredValue attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_pm25_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot PM25::Tolerance is supported under a UNID/EndpoinID. More...
 
float dotdot_get_pm25_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot PM25::Tolerance attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_pm25_tolerance (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, float new_tolerance)
 Set the DotDot PM25::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_tolerance_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot PM25::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_pm25_tolerance_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot PM25::Tolerance attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_pm25_tolerance (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot PM25::Tolerance attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_pm25_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the PM25 Cluster. More...
 
bool dotdot_is_any_pm25_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the PM25 Cluster. More...
 
bool dotdot_is_supported_ias_zone_zone_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::ZoneState is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ias_zone_zone_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::ZoneState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_zone_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_zone_state)
 Set the DotDot IASZone::ZoneState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::ZoneState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::ZoneState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_zone_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::ZoneState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_zone_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::ZoneType is supported under a UNID/EndpoinID. More...
 
IasZoneType dotdot_get_ias_zone_zone_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::ZoneType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_zone_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, IasZoneType new_zone_type)
 Set the DotDot IASZone::ZoneType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::ZoneType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::ZoneType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_zone_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::ZoneType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_zone_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::ZoneStatus is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_ias_zone_zone_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::ZoneStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_zone_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_zone_status)
 Set the DotDot IASZone::ZoneStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::ZoneStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zone_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::ZoneStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_zone_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::ZoneStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_iascie_address (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::IASCIEAddress is supported under a UNID/EndpoinID. More...
 
EUI64 dotdot_get_ias_zone_iascie_address (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::IASCIEAddress attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_iascie_address (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, EUI64 new_iascie_address)
 Set the DotDot IASZone::IASCIEAddress attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_iascie_address_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::IASCIEAddress attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_iascie_address_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::IASCIEAddress attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_iascie_address (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::IASCIEAddress attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_zoneid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::ZoneID is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ias_zone_zoneid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::ZoneID attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_zoneid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_zoneid)
 Set the DotDot IASZone::ZoneID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zoneid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::ZoneID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_zoneid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::ZoneID attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_zoneid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::ZoneID attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_number_of_zone_sensitivity_levels_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::NumberOfZoneSensitivityLevelsSupported is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ias_zone_number_of_zone_sensitivity_levels_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::NumberOfZoneSensitivityLevelsSupported attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_number_of_zone_sensitivity_levels_supported (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_number_of_zone_sensitivity_levels_supported)
 Set the DotDot IASZone::NumberOfZoneSensitivityLevelsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_number_of_zone_sensitivity_levels_supported_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::NumberOfZoneSensitivityLevelsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_number_of_zone_sensitivity_levels_supported_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::NumberOfZoneSensitivityLevelsSupported attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_number_of_zone_sensitivity_levels_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::NumberOfZoneSensitivityLevelsSupported attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_ias_zone_current_zone_sensitivity_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASZone::CurrentZoneSensitivityLevel is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_ias_zone_current_zone_sensitivity_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASZone::CurrentZoneSensitivityLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_ias_zone_current_zone_sensitivity_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_current_zone_sensitivity_level)
 Set the DotDot IASZone::CurrentZoneSensitivityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_current_zone_sensitivity_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASZone::CurrentZoneSensitivityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_ias_zone_current_zone_sensitivity_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASZone::CurrentZoneSensitivityLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_ias_zone_current_zone_sensitivity_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASZone::CurrentZoneSensitivityLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_ias_zone_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the IASZone Cluster. More...
 
bool dotdot_is_any_ias_zone_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the IASZone Cluster. More...
 
bool dotdot_is_supported_iaswd_max_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot IASWD::MaxDuration is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_iaswd_max_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot IASWD::MaxDuration attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_iaswd_max_duration (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_max_duration)
 Set the DotDot IASWD::MaxDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_iaswd_max_duration_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot IASWD::MaxDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_iaswd_max_duration_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot IASWD::MaxDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_iaswd_max_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot IASWD::MaxDuration attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_iaswd_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the IASWD Cluster. More...
 
bool dotdot_is_any_iaswd_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the IASWD Cluster. More...
 
bool dotdot_is_supported_metering_current_summation_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentSummationDelivered is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_metering_current_summation_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentSummationDelivered attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_summation_delivered (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_current_summation_delivered)
 Set the DotDot Metering::CurrentSummationDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_summation_delivered_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentSummationDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_summation_delivered_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentSummationDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_summation_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentSummationDelivered attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_summation_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentSummationReceived is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_metering_current_summation_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentSummationReceived attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_summation_received (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_current_summation_received)
 Set the DotDot Metering::CurrentSummationReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_summation_received_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentSummationReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_summation_received_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentSummationReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_summation_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentSummationReceived attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_max_demand_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentMaxDemandDelivered is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_metering_current_max_demand_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentMaxDemandDelivered attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_max_demand_delivered (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_current_max_demand_delivered)
 Set the DotDot Metering::CurrentMaxDemandDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_delivered_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentMaxDemandDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_delivered_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentMaxDemandDelivered attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_max_demand_delivered (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentMaxDemandDelivered attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_max_demand_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentMaxDemandReceived is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_metering_current_max_demand_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentMaxDemandReceived attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_max_demand_received (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_current_max_demand_received)
 Set the DotDot Metering::CurrentMaxDemandReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_received_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentMaxDemandReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_received_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentMaxDemandReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_max_demand_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentMaxDemandReceived attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::PowerFactor is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_metering_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::PowerFactor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_power_factor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_power_factor)
 Set the DotDot Metering::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_power_factor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_power_factor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::PowerFactor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_reading_snap_shot_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::ReadingSnapShotTime is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_metering_reading_snap_shot_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::ReadingSnapShotTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_reading_snap_shot_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_reading_snap_shot_time)
 Set the DotDot Metering::ReadingSnapShotTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_reading_snap_shot_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::ReadingSnapShotTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_reading_snap_shot_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::ReadingSnapShotTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_reading_snap_shot_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::ReadingSnapShotTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_max_demand_delivered_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentMaxDemandDeliveredTime is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_metering_current_max_demand_delivered_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentMaxDemandDeliveredTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_max_demand_delivered_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_current_max_demand_delivered_time)
 Set the DotDot Metering::CurrentMaxDemandDeliveredTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_delivered_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentMaxDemandDeliveredTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_delivered_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentMaxDemandDeliveredTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_max_demand_delivered_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentMaxDemandDeliveredTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_max_demand_received_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentMaxDemandReceivedTime is supported under a UNID/EndpoinID. More...
 
UTC dotdot_get_metering_current_max_demand_received_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentMaxDemandReceivedTime attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_max_demand_received_time (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, UTC new_current_max_demand_received_time)
 Set the DotDot Metering::CurrentMaxDemandReceivedTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_received_time_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentMaxDemandReceivedTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_max_demand_received_time_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentMaxDemandReceivedTime attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_max_demand_received_time (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentMaxDemandReceivedTime attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_default_update_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::DefaultUpdatePeriod is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_default_update_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::DefaultUpdatePeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_default_update_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_default_update_period)
 Set the DotDot Metering::DefaultUpdatePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_default_update_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::DefaultUpdatePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_default_update_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::DefaultUpdatePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_default_update_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::DefaultUpdatePeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_supply_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::SupplyStatus is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_supply_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::SupplyStatus attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_supply_status (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_supply_status)
 Set the DotDot Metering::SupplyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_supply_status_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::SupplyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_supply_status_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::SupplyStatus attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_supply_status (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::SupplyStatus attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_inlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentInletEnergyCarrierSummation is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_metering_current_inlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentInletEnergyCarrierSummation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_inlet_energy_carrier_summation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_current_inlet_energy_carrier_summation)
 Set the DotDot Metering::CurrentInletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_inlet_energy_carrier_summation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentInletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_inlet_energy_carrier_summation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentInletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_inlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentInletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_current_outlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::CurrentOutletEnergyCarrierSummation is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_metering_current_outlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::CurrentOutletEnergyCarrierSummation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_current_outlet_energy_carrier_summation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_current_outlet_energy_carrier_summation)
 Set the DotDot Metering::CurrentOutletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_outlet_energy_carrier_summation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::CurrentOutletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_current_outlet_energy_carrier_summation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::CurrentOutletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_current_outlet_energy_carrier_summation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::CurrentOutletEnergyCarrierSummation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_inlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::InletTemperature is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_metering_inlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::InletTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_inlet_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_inlet_temperature)
 Set the DotDot Metering::InletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_inlet_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::InletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_inlet_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::InletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_inlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::InletTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_outlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::OutletTemperature is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_metering_outlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::OutletTemperature attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_outlet_temperature (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_outlet_temperature)
 Set the DotDot Metering::OutletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_outlet_temperature_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::OutletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_outlet_temperature_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::OutletTemperature attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_outlet_temperature (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::OutletTemperature attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_unitof_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::UnitofMeasure is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_unitof_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::UnitofMeasure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_unitof_measure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_unitof_measure)
 Set the DotDot Metering::UnitofMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_unitof_measure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::UnitofMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_unitof_measure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::UnitofMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_unitof_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::UnitofMeasure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::Multiplier is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_metering_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::Multiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_multiplier)
 Set the DotDot Metering::Multiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::Multiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::Multiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::Multiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::Divisor is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_metering_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::Divisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_divisor)
 Set the DotDot Metering::Divisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::Divisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::Divisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::Divisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::SummationFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::SummationFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_summation_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_summation_formatting)
 Set the DotDot Metering::SummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_summation_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::SummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_summation_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::SummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::SummationFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::DemandFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::DemandFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_demand_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_demand_formatting)
 Set the DotDot Metering::DemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_demand_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::DemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_demand_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::DemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::DemandFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_historical_consumption_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::HistoricalConsumptionFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_historical_consumption_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::HistoricalConsumptionFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_historical_consumption_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_historical_consumption_formatting)
 Set the DotDot Metering::HistoricalConsumptionFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_historical_consumption_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::HistoricalConsumptionFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_historical_consumption_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::HistoricalConsumptionFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_historical_consumption_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::HistoricalConsumptionFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_metering_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::MeteringDeviceType is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_metering_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::MeteringDeviceType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_metering_device_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_metering_device_type)
 Set the DotDot Metering::MeteringDeviceType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_metering_device_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::MeteringDeviceType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_metering_device_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::MeteringDeviceType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_metering_device_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::MeteringDeviceType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_energy_carrier_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::EnergyCarrierUnitOfMeasure is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_energy_carrier_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::EnergyCarrierUnitOfMeasure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_energy_carrier_unit_of_measure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_energy_carrier_unit_of_measure)
 Set the DotDot Metering::EnergyCarrierUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_unit_of_measure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::EnergyCarrierUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_unit_of_measure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::EnergyCarrierUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_energy_carrier_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::EnergyCarrierUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_energy_carrier_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::EnergyCarrierSummationFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_energy_carrier_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::EnergyCarrierSummationFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_energy_carrier_summation_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_energy_carrier_summation_formatting)
 Set the DotDot Metering::EnergyCarrierSummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_summation_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::EnergyCarrierSummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_summation_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::EnergyCarrierSummationFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_energy_carrier_summation_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::EnergyCarrierSummationFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_energy_carrier_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::EnergyCarrierDemandFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_energy_carrier_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::EnergyCarrierDemandFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_energy_carrier_demand_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_energy_carrier_demand_formatting)
 Set the DotDot Metering::EnergyCarrierDemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_demand_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::EnergyCarrierDemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_energy_carrier_demand_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::EnergyCarrierDemandFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_energy_carrier_demand_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::EnergyCarrierDemandFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_temperature_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::TemperatureUnitOfMeasure is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_temperature_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::TemperatureUnitOfMeasure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_temperature_unit_of_measure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_temperature_unit_of_measure)
 Set the DotDot Metering::TemperatureUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_temperature_unit_of_measure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::TemperatureUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_temperature_unit_of_measure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::TemperatureUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_temperature_unit_of_measure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::TemperatureUnitOfMeasure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_metering_temperature_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Metering::TemperatureFormatting is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_metering_temperature_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Metering::TemperatureFormatting attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_metering_temperature_formatting (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_temperature_formatting)
 Set the DotDot Metering::TemperatureFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_temperature_formatting_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Metering::TemperatureFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_metering_temperature_formatting_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Metering::TemperatureFormatting attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_metering_temperature_formatting (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Metering::TemperatureFormatting attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_metering_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Metering Cluster. More...
 
bool dotdot_is_any_metering_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Metering Cluster. More...
 
bool dotdot_is_supported_electrical_measurement_measurement_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasurementType is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_electrical_measurement_measurement_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasurementType attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measurement_type (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_measurement_type)
 Set the DotDot ElectricalMeasurement::MeasurementType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measurement_type_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasurementType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measurement_type_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasurementType attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measurement_type (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasurementType attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltage is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_voltage)
 Set the DotDot ElectricalMeasurement::DCVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltageMin is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltageMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_voltage_min)
 Set the DotDot ElectricalMeasurement::DCVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltageMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltageMax is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltageMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_voltage_max)
 Set the DotDot ElectricalMeasurement::DCVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltageMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_current)
 Set the DotDot ElectricalMeasurement::DCCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrentMin is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrentMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_current_min)
 Set the DotDot ElectricalMeasurement::DCCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrentMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrentMax is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrentMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_current_max)
 Set the DotDot ElectricalMeasurement::DCCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrentMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCPower is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCPower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_power)
 Set the DotDot ElectricalMeasurement::DCPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCPower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCPowerMin is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCPowerMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_power_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_power_min)
 Set the DotDot ElectricalMeasurement::DCPowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCPowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCPowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCPowerMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCPowerMax is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCPowerMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_power_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_power_max)
 Set the DotDot ElectricalMeasurement::DCPowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCPowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCPowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCPowerMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltageMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltageMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_voltage_multiplier)
 Set the DotDot ElectricalMeasurement::DCVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltageDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltageDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_voltage_divisor)
 Set the DotDot ElectricalMeasurement::DCVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltageDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrentMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrentMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_current_multiplier)
 Set the DotDot ElectricalMeasurement::DCCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrentDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrentDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_current_divisor)
 Set the DotDot ElectricalMeasurement::DCCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrentDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCPowerMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCPowerMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_power_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_power_multiplier)
 Set the DotDot ElectricalMeasurement::DCPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCPowerMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCPowerDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_dc_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCPowerDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_power_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_dc_power_divisor)
 Set the DotDot ElectricalMeasurement::DCPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_power_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCPowerDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACFrequency is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACFrequency attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_frequency (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_frequency)
 Set the DotDot ElectricalMeasurement::ACFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACFrequency attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_frequency (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACFrequency attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_frequency_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACFrequencyMin is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_frequency_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACFrequencyMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_frequency_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_frequency_min)
 Set the DotDot ElectricalMeasurement::ACFrequencyMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACFrequencyMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACFrequencyMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_frequency_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACFrequencyMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_frequency_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACFrequencyMax is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_frequency_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACFrequencyMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_frequency_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_frequency_max)
 Set the DotDot ElectricalMeasurement::ACFrequencyMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACFrequencyMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACFrequencyMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_frequency_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACFrequencyMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_neutral_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::NeutralCurrent is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_neutral_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::NeutralCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_neutral_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_neutral_current)
 Set the DotDot ElectricalMeasurement::NeutralCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_neutral_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::NeutralCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_neutral_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::NeutralCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_neutral_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::NeutralCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_total_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::TotalActivePower is supported under a UNID/EndpoinID. More...
 
int32_t dotdot_get_electrical_measurement_total_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::TotalActivePower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_total_active_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int32_t new_total_active_power)
 Set the DotDot ElectricalMeasurement::TotalActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_active_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::TotalActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_active_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::TotalActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_total_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::TotalActivePower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_total_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::TotalReactivePower is supported under a UNID/EndpoinID. More...
 
int32_t dotdot_get_electrical_measurement_total_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::TotalReactivePower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_total_reactive_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int32_t new_total_reactive_power)
 Set the DotDot ElectricalMeasurement::TotalReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_reactive_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::TotalReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_reactive_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::TotalReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_total_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::TotalReactivePower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_total_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::TotalApparentPower is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_electrical_measurement_total_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::TotalApparentPower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_total_apparent_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_total_apparent_power)
 Set the DotDot ElectricalMeasurement::TotalApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_apparent_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::TotalApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_total_apparent_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::TotalApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_total_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::TotalApparentPower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured1stHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured1stHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured1st_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured1st_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured1st_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured1st_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured3rd_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured3rd_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured3rd_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured3rd_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured5thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured5thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured5th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured5th_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured5th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured5th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured7thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured7thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured7th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured7th_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured7th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured7th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured9thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured9thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured9th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured9th_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured9th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured9th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::Measured11thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::Measured11thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured11th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured11th_harmonic_current)
 Set the DotDot ElectricalMeasurement::Measured11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured11th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::Measured11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured11th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::Measured11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::Measured11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase1st_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase1st_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase1st_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase1st_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase1st_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase1stHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase3rd_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase3rd_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase3rd_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase3rd_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase3rd_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase3rdHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase5th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase5th_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase5th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase5th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase5th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase5thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase7th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase7th_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase7th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase7th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase7th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase7thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase9th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase9th_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase9th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase9th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase9th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase9thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_measured_phase11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_measured_phase11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_measured_phase11th_harmonic_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_measured_phase11th_harmonic_current)
 Set the DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase11th_harmonic_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_measured_phase11th_harmonic_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_measured_phase11th_harmonic_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::MeasuredPhase11thHarmonicCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_frequency_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACFrequencyMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_frequency_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACFrequencyMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_frequency_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_frequency_multiplier)
 Set the DotDot ElectricalMeasurement::ACFrequencyMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACFrequencyMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACFrequencyMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_frequency_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACFrequencyMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_frequency_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACFrequencyDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_frequency_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACFrequencyDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_frequency_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_frequency_divisor)
 Set the DotDot ElectricalMeasurement::ACFrequencyDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACFrequencyDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_frequency_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACFrequencyDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_frequency_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACFrequencyDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PowerMultiplier is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_electrical_measurement_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PowerMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_power_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_power_multiplier)
 Set the DotDot ElectricalMeasurement::PowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PowerMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PowerDivisor is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_electrical_measurement_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PowerDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_power_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_power_divisor)
 Set the DotDot ElectricalMeasurement::PowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PowerDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::HarmonicCurrentMultiplier is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_electrical_measurement_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::HarmonicCurrentMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_harmonic_current_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_harmonic_current_multiplier)
 Set the DotDot ElectricalMeasurement::HarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_harmonic_current_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::HarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_harmonic_current_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::HarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::HarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_phase_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_electrical_measurement_phase_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_phase_harmonic_current_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_phase_harmonic_current_multiplier)
 Set the DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_phase_harmonic_current_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_phase_harmonic_current_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_phase_harmonic_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PhaseHarmonicCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_line_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::LineCurrent is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_line_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::LineCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_line_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_line_current)
 Set the DotDot ElectricalMeasurement::LineCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::LineCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::LineCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_line_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::LineCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActiveCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActiveCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_current)
 Set the DotDot ElectricalMeasurement::ActiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActiveCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactiveCurrent is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactiveCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_current)
 Set the DotDot ElectricalMeasurement::ReactiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactiveCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactiveCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltage is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage)
 Set the DotDot ElectricalMeasurement::RMSVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMin is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_min)
 Set the DotDot ElectricalMeasurement::RMSVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMax is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_max)
 Set the DotDot ElectricalMeasurement::RMSVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrent is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current)
 Set the DotDot ElectricalMeasurement::RMSCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMin is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_min)
 Set the DotDot ElectricalMeasurement::RMSCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMax is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_max)
 Set the DotDot ElectricalMeasurement::RMSCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePower is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power)
 Set the DotDot ElectricalMeasurement::ActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMin is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMin attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_min (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_min)
 Set the DotDot ElectricalMeasurement::ActivePowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMin attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_min (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMin attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMax is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMax attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_max (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_max)
 Set the DotDot ElectricalMeasurement::ActivePowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMax attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_max (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMax attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactivePower is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactivePower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_power)
 Set the DotDot ElectricalMeasurement::ReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactivePower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactivePower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ApparentPower is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ApparentPower attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_apparent_power (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_apparent_power)
 Set the DotDot ElectricalMeasurement::ApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ApparentPower attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_apparent_power (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ApparentPower attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PowerFactor is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_electrical_measurement_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PowerFactor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_power_factor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_power_factor)
 Set the DotDot ElectricalMeasurement::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PowerFactor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_power_factor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PowerFactor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_voltage_measurement_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_voltage_measurement_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_voltage_measurement_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_voltage_measurement_period)
 Set the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_voltage_measurement_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_over_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_over_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_over_voltage_counter (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_over_voltage_counter)
 Set the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_over_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSOverVoltageCounter attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_under_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_under_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_under_voltage_counter (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_under_voltage_counter)
 Set the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_under_voltage_counter (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounter attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_over_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_over_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_over_voltage_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_over_voltage_period)
 Set the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_over_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_under_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_under_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_under_voltage_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_under_voltage_period)
 Set the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_under_voltage_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_sag_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSagPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_sag_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSagPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_sag_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_sag_period)
 Set the DotDot ElectricalMeasurement::RMSVoltageSagPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_sag_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSagPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_swell_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSwellPeriod is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_swell_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSwellPeriod attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_swell_period (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_swell_period)
 Set the DotDot ElectricalMeasurement::RMSVoltageSwellPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriod attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_swell_period (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSwellPeriod attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACVoltageMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACVoltageMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_voltage_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_voltage_multiplier)
 Set the DotDot ElectricalMeasurement::ACVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_voltage_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACVoltageMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACVoltageDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACVoltageDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_voltage_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_voltage_divisor)
 Set the DotDot ElectricalMeasurement::ACVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACVoltageDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_voltage_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACVoltageDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACCurrentMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACCurrentMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_current_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_current_multiplier)
 Set the DotDot ElectricalMeasurement::ACCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_current_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACCurrentMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACCurrentDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACCurrentDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_current_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_current_divisor)
 Set the DotDot ElectricalMeasurement::ACCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACCurrentDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_current_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACCurrentDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACPowerMultiplier is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACPowerMultiplier attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_power_multiplier (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_power_multiplier)
 Set the DotDot ElectricalMeasurement::ACPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_power_multiplier_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_power_multiplier_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACPowerMultiplier attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_power_multiplier (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACPowerMultiplier attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACPowerDivisor is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACPowerDivisor attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_power_divisor (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_power_divisor)
 Set the DotDot ElectricalMeasurement::ACPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_power_divisor_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_power_divisor_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACPowerDivisor attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_power_divisor (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACPowerDivisor attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_overload_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCOverloadAlarmsMask is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_electrical_measurement_dc_overload_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCOverloadAlarmsMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_overload_alarms_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_dc_overload_alarms_mask)
 Set the DotDot ElectricalMeasurement::DCOverloadAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_overload_alarms_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCOverloadAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_overload_alarms_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCOverloadAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_overload_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCOverloadAlarmsMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCVoltageOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCVoltageOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_voltage_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_voltage_overload)
 Set the DotDot ElectricalMeasurement::DCVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_voltage_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCVoltageOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_dc_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::DCCurrentOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_dc_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::DCCurrentOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_dc_current_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_dc_current_overload)
 Set the DotDot ElectricalMeasurement::DCCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::DCCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_dc_current_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::DCCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_dc_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::DCCurrentOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACAlarmsMask is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_ac_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACAlarmsMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_alarms_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_ac_alarms_mask)
 Set the DotDot ElectricalMeasurement::ACAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_alarms_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_alarms_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACAlarmsMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_alarms_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACAlarmsMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACVoltageOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_ac_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACVoltageOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_voltage_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_ac_voltage_overload)
 Set the DotDot ElectricalMeasurement::ACVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_voltage_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACVoltageOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_voltage_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACVoltageOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACCurrentOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_ac_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACCurrentOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_current_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_ac_current_overload)
 Set the DotDot ElectricalMeasurement::ACCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_current_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACCurrentOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_current_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACCurrentOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_active_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACActivePowerOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_ac_active_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACActivePowerOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_active_power_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_ac_active_power_overload)
 Set the DotDot ElectricalMeasurement::ACActivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_active_power_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACActivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_active_power_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACActivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_active_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACActivePowerOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_ac_reactive_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ACReactivePowerOverload is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_ac_reactive_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ACReactivePowerOverload attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_ac_reactive_power_overload (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_ac_reactive_power_overload)
 Set the DotDot ElectricalMeasurement::ACReactivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_reactive_power_overload_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ACReactivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_ac_reactive_power_overload_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ACReactivePowerOverload attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_ac_reactive_power_overload (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ACReactivePowerOverload attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSOverVoltage is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_averagerms_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSOverVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_over_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_averagerms_over_voltage)
 Set the DotDot ElectricalMeasurement::AverageRMSOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSOverVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSUnderVoltage is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_averagerms_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSUnderVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_under_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_averagerms_under_voltage)
 Set the DotDot ElectricalMeasurement::AverageRMSUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSUnderVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeOverVoltage is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_rms_extreme_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeOverVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_over_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_rms_extreme_over_voltage)
 Set the DotDot ElectricalMeasurement::RMSExtremeOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_over_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeOverVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeUnderVoltage is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_rms_extreme_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeUnderVoltage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_under_voltage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_rms_extreme_under_voltage)
 Set the DotDot ElectricalMeasurement::RMSExtremeUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_under_voltage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeUnderVoltage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_sag (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSag is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_rms_voltage_sag (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSag attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_sag (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_rms_voltage_sag)
 Set the DotDot ElectricalMeasurement::RMSVoltageSag attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSag attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSag attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_sag (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSag attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_swell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSwell is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_rms_voltage_swell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSwell attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_swell (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_rms_voltage_swell)
 Set the DotDot ElectricalMeasurement::RMSVoltageSwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSwell attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_swell (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSwell attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_line_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::LineCurrentPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_line_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::LineCurrentPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_line_current_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_line_current_phb)
 Set the DotDot ElectricalMeasurement::LineCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::LineCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::LineCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_line_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::LineCurrentPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActiveCurrentPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActiveCurrentPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_current_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_current_phb)
 Set the DotDot ElectricalMeasurement::ActiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactiveCurrentPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactiveCurrentPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_current_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_current_phb)
 Set the DotDot ElectricalMeasurement::ReactiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactiveCurrentPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltagePhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltagePhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_phb)
 Set the DotDot ElectricalMeasurement::RMSVoltagePhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltagePhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltagePhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltagePhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMinPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMinPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_min_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_min_phb)
 Set the DotDot ElectricalMeasurement::RMSVoltageMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMinPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMaxPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMaxPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_max_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_max_phb)
 Set the DotDot ElectricalMeasurement::RMSVoltageMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMaxPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_phb)
 Set the DotDot ElectricalMeasurement::RMSCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMinPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMinPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_min_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_min_phb)
 Set the DotDot ElectricalMeasurement::RMSCurrentMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMinPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMaxPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMaxPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_max_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_max_phb)
 Set the DotDot ElectricalMeasurement::RMSCurrentMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMaxPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_phb)
 Set the DotDot ElectricalMeasurement::ActivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMinPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMinPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_min_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_min_phb)
 Set the DotDot ElectricalMeasurement::ActivePowerMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMinPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_min_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMinPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMaxPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMaxPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_max_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_max_phb)
 Set the DotDot ElectricalMeasurement::ActivePowerMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMaxPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_max_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMaxPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactivePowerPhB is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactivePowerPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_power_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_power_phb)
 Set the DotDot ElectricalMeasurement::ReactivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactivePowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactivePowerPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_apparent_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ApparentPowerPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_apparent_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ApparentPowerPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_apparent_power_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_apparent_power_phb)
 Set the DotDot ElectricalMeasurement::ApparentPowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ApparentPowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ApparentPowerPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_apparent_power_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ApparentPowerPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_power_factor_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PowerFactorPhB is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_electrical_measurement_power_factor_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PowerFactorPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_power_factor_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_power_factor_phb)
 Set the DotDot ElectricalMeasurement::PowerFactorPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PowerFactorPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PowerFactorPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_power_factor_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PowerFactorPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_voltage_measurement_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_voltage_measurement_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_voltage_measurement_period_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_voltage_measurement_period_phb)
 Set the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_voltage_measurement_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_over_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_over_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_over_voltage_counter_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_over_voltage_counter_phb)
 Set the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_over_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_under_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_under_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_under_voltage_counter_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_under_voltage_counter_phb)
 Set the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_under_voltage_counter_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_over_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_over_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_over_voltage_period_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_over_voltage_period_phb)
 Set the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_over_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_under_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_under_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_under_voltage_period_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_under_voltage_period_phb)
 Set the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_under_voltage_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_sag_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_sag_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_sag_period_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_sag_period_phb)
 Set the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_sag_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_swell_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_swell_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_swell_period_phb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_swell_period_phb)
 Set the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_phb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_phb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_swell_period_phb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_line_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::LineCurrentPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_line_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::LineCurrentPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_line_current_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_line_current_phc)
 Set the DotDot ElectricalMeasurement::LineCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::LineCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_line_current_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::LineCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_line_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::LineCurrentPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActiveCurrentPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActiveCurrentPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_current_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_current_phc)
 Set the DotDot ElectricalMeasurement::ActiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_current_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactiveCurrentPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactiveCurrentPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_current_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_current_phc)
 Set the DotDot ElectricalMeasurement::ReactiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_current_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactiveCurrentPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltagePhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltagePhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_phc)
 Set the DotDot ElectricalMeasurement::RMSVoltagePhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltagePhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltagePhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltagePhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMinPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMinPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_min_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_min_phc)
 Set the DotDot ElectricalMeasurement::RMSVoltageMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_min_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMinPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageMaxPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageMaxPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_max_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_max_phc)
 Set the DotDot ElectricalMeasurement::RMSVoltageMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_max_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageMaxPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_phc)
 Set the DotDot ElectricalMeasurement::RMSCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMinPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMinPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_min_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_min_phc)
 Set the DotDot ElectricalMeasurement::RMSCurrentMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_min_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMinPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_current_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSCurrentMaxPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_current_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSCurrentMaxPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_current_max_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_current_max_phc)
 Set the DotDot ElectricalMeasurement::RMSCurrentMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSCurrentMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_current_max_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSCurrentMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_current_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSCurrentMaxPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_phc)
 Set the DotDot ElectricalMeasurement::ActivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMinPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMinPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_min_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_min_phc)
 Set the DotDot ElectricalMeasurement::ActivePowerMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_min_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMinPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_min_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMinPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_active_power_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ActivePowerMaxPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_active_power_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ActivePowerMaxPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_active_power_max_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_active_power_max_phc)
 Set the DotDot ElectricalMeasurement::ActivePowerMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ActivePowerMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_active_power_max_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ActivePowerMaxPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_active_power_max_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ActivePowerMaxPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_reactive_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ReactivePowerPhC is supported under a UNID/EndpoinID. More...
 
int16_t dotdot_get_electrical_measurement_reactive_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ReactivePowerPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_reactive_power_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int16_t new_reactive_power_phc)
 Set the DotDot ElectricalMeasurement::ReactivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ReactivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_reactive_power_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ReactivePowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_reactive_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ReactivePowerPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_apparent_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::ApparentPowerPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_apparent_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::ApparentPowerPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_apparent_power_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_apparent_power_phc)
 Set the DotDot ElectricalMeasurement::ApparentPowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::ApparentPowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_apparent_power_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::ApparentPowerPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_apparent_power_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::ApparentPowerPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_power_factor_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::PowerFactorPhC is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_electrical_measurement_power_factor_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::PowerFactorPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_power_factor_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_power_factor_phc)
 Set the DotDot ElectricalMeasurement::PowerFactorPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::PowerFactorPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_power_factor_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::PowerFactorPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_power_factor_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::PowerFactorPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_voltage_measurement_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_voltage_measurement_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_voltage_measurement_period_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_voltage_measurement_period_phc)
 Set the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_voltage_measurement_period_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_voltage_measurement_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSVoltageMeasurementPeriodPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_over_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_over_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_over_voltage_counter_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_over_voltage_counter_phc)
 Set the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_over_voltage_counter_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_over_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSOverVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_averagerms_under_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_averagerms_under_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_averagerms_under_voltage_counter_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagerms_under_voltage_counter_phc)
 Set the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_averagerms_under_voltage_counter_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_averagerms_under_voltage_counter_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::AverageRMSUnderVoltageCounterPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_over_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_over_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_over_voltage_period_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_over_voltage_period_phc)
 Set the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_over_voltage_period_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_over_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeOverVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_extreme_under_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_extreme_under_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_extreme_under_voltage_period_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_extreme_under_voltage_period_phc)
 Set the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_extreme_under_voltage_period_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_extreme_under_voltage_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSExtremeUnderVoltagePeriodPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_sag_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_sag_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_sag_period_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_sag_period_phc)
 Set the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_sag_period_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_sag_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSagPeriodPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_electrical_measurement_rms_voltage_swell_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_electrical_measurement_rms_voltage_swell_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_electrical_measurement_rms_voltage_swell_period_phc (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_rms_voltage_swell_period_phc)
 Set the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_phc_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_electrical_measurement_rms_voltage_swell_period_phc_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_electrical_measurement_rms_voltage_swell_period_phc (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ElectricalMeasurement::RMSVoltageSwellPeriodPhC attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_electrical_measurement_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ElectricalMeasurement Cluster. More...
 
bool dotdot_is_any_electrical_measurement_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ElectricalMeasurement Cluster. More...
 
bool dotdot_is_supported_diagnostics_number_of_resets (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NumberOfResets is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_number_of_resets (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NumberOfResets attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_number_of_resets (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_number_of_resets)
 Set the DotDot Diagnostics::NumberOfResets attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_number_of_resets_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NumberOfResets attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_number_of_resets_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NumberOfResets attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_number_of_resets (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NumberOfResets attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_persistent_memory_writes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::PersistentMemoryWrites is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_persistent_memory_writes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::PersistentMemoryWrites attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_persistent_memory_writes (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_persistent_memory_writes)
 Set the DotDot Diagnostics::PersistentMemoryWrites attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_persistent_memory_writes_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::PersistentMemoryWrites attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_persistent_memory_writes_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::PersistentMemoryWrites attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_persistent_memory_writes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::PersistentMemoryWrites attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacRxBcast is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_diagnostics_mac_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacRxBcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_rx_bcast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_mac_rx_bcast)
 Set the DotDot Diagnostics::MacRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_rx_bcast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_rx_bcast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacRxBcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacTxBcast is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_diagnostics_mac_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacTxBcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_tx_bcast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_mac_tx_bcast)
 Set the DotDot Diagnostics::MacTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_bcast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_bcast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacTxBcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacRxUcast is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_diagnostics_mac_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacRxUcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_rx_ucast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_mac_rx_ucast)
 Set the DotDot Diagnostics::MacRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_rx_ucast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_rx_ucast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacRxUcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_tx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacTxUcast is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_diagnostics_mac_tx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacTxUcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_tx_ucast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_mac_tx_ucast)
 Set the DotDot Diagnostics::MacTxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacTxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacTxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_tx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacTxUcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacTxUcastRetry is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_mac_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacTxUcastRetry attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_tx_ucast_retry (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mac_tx_ucast_retry)
 Set the DotDot Diagnostics::MacTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_retry_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_retry_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacTxUcastRetry attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_mac_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::MacTxUcastFail is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_mac_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::MacTxUcastFail attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_mac_tx_ucast_fail (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_mac_tx_ucast_fail)
 Set the DotDot Diagnostics::MacTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_fail_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::MacTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_mac_tx_ucast_fail_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::MacTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_mac_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::MacTxUcastFail attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSRxBcast is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSRxBcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_rx_bcast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_rx_bcast)
 Set the DotDot Diagnostics::APSRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_rx_bcast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_rx_bcast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSRxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_rx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSRxBcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSTxBcast is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSTxBcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_tx_bcast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_tx_bcast)
 Set the DotDot Diagnostics::APSTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_bcast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_bcast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSTxBcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_tx_bcast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSTxBcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSRxUcast is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSRxUcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_rx_ucast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_rx_ucast)
 Set the DotDot Diagnostics::APSRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_rx_ucast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_rx_ucast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSRxUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_rx_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSRxUcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_tx_ucast_success (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSTxUcastSuccess is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_tx_ucast_success (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSTxUcastSuccess attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_tx_ucast_success (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_tx_ucast_success)
 Set the DotDot Diagnostics::APSTxUcastSuccess attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_success_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSTxUcastSuccess attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_success_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSTxUcastSuccess attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_tx_ucast_success (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSTxUcastSuccess attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSTxUcastRetry is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSTxUcastRetry attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_tx_ucast_retry (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_tx_ucast_retry)
 Set the DotDot Diagnostics::APSTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_retry_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_retry_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSTxUcastRetry attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_tx_ucast_retry (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSTxUcastRetry attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSTxUcastFail is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSTxUcastFail attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_tx_ucast_fail (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_tx_ucast_fail)
 Set the DotDot Diagnostics::APSTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_fail_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_tx_ucast_fail_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSTxUcastFail attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_tx_ucast_fail (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSTxUcastFail attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_route_disc_initiated (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::RouteDiscInitiated is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_route_disc_initiated (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::RouteDiscInitiated attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_route_disc_initiated (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_route_disc_initiated)
 Set the DotDot Diagnostics::RouteDiscInitiated attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_route_disc_initiated_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::RouteDiscInitiated attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_route_disc_initiated_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::RouteDiscInitiated attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_route_disc_initiated (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::RouteDiscInitiated attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_neighbor_added (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NeighborAdded is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_neighbor_added (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NeighborAdded attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_neighbor_added (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_neighbor_added)
 Set the DotDot Diagnostics::NeighborAdded attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_added_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NeighborAdded attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_added_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NeighborAdded attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_neighbor_added (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NeighborAdded attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_neighbor_removed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NeighborRemoved is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_neighbor_removed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NeighborRemoved attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_neighbor_removed (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_neighbor_removed)
 Set the DotDot Diagnostics::NeighborRemoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_removed_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NeighborRemoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_removed_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NeighborRemoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_neighbor_removed (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NeighborRemoved attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_neighbor_stale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NeighborStale is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_neighbor_stale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NeighborStale attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_neighbor_stale (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_neighbor_stale)
 Set the DotDot Diagnostics::NeighborStale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_stale_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NeighborStale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_neighbor_stale_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NeighborStale attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_neighbor_stale (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NeighborStale attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_join_indication (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::JoinIndication is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_join_indication (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::JoinIndication attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_join_indication (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_join_indication)
 Set the DotDot Diagnostics::JoinIndication attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_join_indication_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::JoinIndication attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_join_indication_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::JoinIndication attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_join_indication (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::JoinIndication attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_child_moved (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::ChildMoved is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_child_moved (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::ChildMoved attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_child_moved (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_child_moved)
 Set the DotDot Diagnostics::ChildMoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_child_moved_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::ChildMoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_child_moved_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::ChildMoved attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_child_moved (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::ChildMoved attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_nwkfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NWKFCFailure is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_nwkfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NWKFCFailure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_nwkfc_failure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_nwkfc_failure)
 Set the DotDot Diagnostics::NWKFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_nwkfc_failure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NWKFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_nwkfc_failure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NWKFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_nwkfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NWKFCFailure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_apsfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSFCFailure is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_apsfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSFCFailure attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_apsfc_failure (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_apsfc_failure)
 Set the DotDot Diagnostics::APSFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_apsfc_failure_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_apsfc_failure_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSFCFailure attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_apsfc_failure (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSFCFailure attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_unauthorized_key (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSUnauthorizedKey is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_unauthorized_key (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSUnauthorizedKey attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_unauthorized_key (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_unauthorized_key)
 Set the DotDot Diagnostics::APSUnauthorizedKey attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_unauthorized_key_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSUnauthorizedKey attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_unauthorized_key_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSUnauthorizedKey attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_unauthorized_key (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSUnauthorizedKey attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_nwk_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::NWKDecryptFailures is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_nwk_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::NWKDecryptFailures attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_nwk_decrypt_failures (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_nwk_decrypt_failures)
 Set the DotDot Diagnostics::NWKDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_nwk_decrypt_failures_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::NWKDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_nwk_decrypt_failures_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::NWKDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_nwk_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::NWKDecryptFailures attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_aps_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::APSDecryptFailures is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_aps_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::APSDecryptFailures attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_aps_decrypt_failures (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_aps_decrypt_failures)
 Set the DotDot Diagnostics::APSDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_decrypt_failures_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::APSDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_aps_decrypt_failures_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::APSDecryptFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_aps_decrypt_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::APSDecryptFailures attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_packet_buffer_allocate_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::PacketBufferAllocateFailures is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_packet_buffer_allocate_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::PacketBufferAllocateFailures attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_packet_buffer_allocate_failures (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_packet_buffer_allocate_failures)
 Set the DotDot Diagnostics::PacketBufferAllocateFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_packet_buffer_allocate_failures_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::PacketBufferAllocateFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_packet_buffer_allocate_failures_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::PacketBufferAllocateFailures attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_packet_buffer_allocate_failures (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::PacketBufferAllocateFailures attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_relayed_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::RelayedUcast is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_relayed_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::RelayedUcast attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_relayed_ucast (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_relayed_ucast)
 Set the DotDot Diagnostics::RelayedUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_relayed_ucast_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::RelayedUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_relayed_ucast_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::RelayedUcast attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_relayed_ucast (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::RelayedUcast attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_phy_tomac_queue_limit_reached (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::PHYToMACQueueLimitReached is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_phy_tomac_queue_limit_reached (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::PHYToMACQueueLimitReached attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_phy_tomac_queue_limit_reached (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_phy_tomac_queue_limit_reached)
 Set the DotDot Diagnostics::PHYToMACQueueLimitReached attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_phy_tomac_queue_limit_reached_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::PHYToMACQueueLimitReached attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_phy_tomac_queue_limit_reached_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::PHYToMACQueueLimitReached attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_phy_tomac_queue_limit_reached (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::PHYToMACQueueLimitReached attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_packet_validate_drop_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::PacketValidateDropCount is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_packet_validate_drop_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::PacketValidateDropCount attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_packet_validate_drop_count (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_packet_validate_drop_count)
 Set the DotDot Diagnostics::PacketValidateDropCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_packet_validate_drop_count_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::PacketValidateDropCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_packet_validate_drop_count_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::PacketValidateDropCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_packet_validate_drop_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::PacketValidateDropCount attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_averagemac_retry_peraps_message_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::AverageMACRetryPerAPSMessageSent is supported under a UNID/EndpoinID. More...
 
uint16_t dotdot_get_diagnostics_averagemac_retry_peraps_message_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::AverageMACRetryPerAPSMessageSent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_averagemac_retry_peraps_message_sent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint16_t new_averagemac_retry_peraps_message_sent)
 Set the DotDot Diagnostics::AverageMACRetryPerAPSMessageSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_averagemac_retry_peraps_message_sent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::AverageMACRetryPerAPSMessageSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_averagemac_retry_peraps_message_sent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::AverageMACRetryPerAPSMessageSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_averagemac_retry_peraps_message_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::AverageMACRetryPerAPSMessageSent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_last_messagelqi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::LastMessageLQI is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_diagnostics_last_messagelqi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::LastMessageLQI attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_last_messagelqi (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_last_messagelqi)
 Set the DotDot Diagnostics::LastMessageLQI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_last_messagelqi_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::LastMessageLQI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_last_messagelqi_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::LastMessageLQI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_last_messagelqi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::LastMessageLQI attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_diagnostics_last_messagerssi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Diagnostics::LastMessageRSSI is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_diagnostics_last_messagerssi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Diagnostics::LastMessageRSSI attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_diagnostics_last_messagerssi (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_last_messagerssi)
 Set the DotDot Diagnostics::LastMessageRSSI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_last_messagerssi_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Diagnostics::LastMessageRSSI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_diagnostics_last_messagerssi_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Diagnostics::LastMessageRSSI attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_diagnostics_last_messagerssi (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Diagnostics::LastMessageRSSI attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_diagnostics_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Diagnostics Cluster. More...
 
bool dotdot_is_any_diagnostics_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Diagnostics Cluster. More...
 
bool dotdot_is_supported_protocol_controller_rf_telemetry_tx_report_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ProtocolController-RFTelemetry::TxReportEnabled is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_protocol_controller_rf_telemetry_tx_report_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ProtocolController-RFTelemetry::TxReportEnabled attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_protocol_controller_rf_telemetry_tx_report_enabled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_tx_report_enabled)
 Set the DotDot ProtocolController-RFTelemetry::TxReportEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_rf_telemetry_tx_report_enabled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ProtocolController-RFTelemetry::TxReportEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_rf_telemetry_tx_report_enabled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ProtocolController-RFTelemetry::TxReportEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_protocol_controller_rf_telemetry_tx_report_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ProtocolController-RFTelemetry::TxReportEnabled attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_protocol_controller_rf_telemetry_pti_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ProtocolController-RFTelemetry::PTIEnabled is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_protocol_controller_rf_telemetry_pti_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ProtocolController-RFTelemetry::PTIEnabled attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_protocol_controller_rf_telemetry_pti_enabled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_pti_enabled)
 Set the DotDot ProtocolController-RFTelemetry::PTIEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_rf_telemetry_pti_enabled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ProtocolController-RFTelemetry::PTIEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_rf_telemetry_pti_enabled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ProtocolController-RFTelemetry::PTIEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_protocol_controller_rf_telemetry_pti_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ProtocolController-RFTelemetry::PTIEnabled attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_protocol_controller_rf_telemetry_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ProtocolController-RFTelemetry Cluster. More...
 
bool dotdot_is_any_protocol_controller_rf_telemetry_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ProtocolController-RFTelemetry Cluster. More...
 
bool dotdot_is_supported_state_endpoint_id_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot State::EndpointIdList is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_state_endpoint_id_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot State::EndpointIdList attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_state_endpoint_id_list (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_endpoint_id_list_count, const uint8_t *new_endpoint_id_list)
 Set the DotDot State::EndpointIdList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_state_endpoint_id_list_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot State::EndpointIdList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_state_endpoint_id_list_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot State::EndpointIdList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_state_endpoint_id_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot State::EndpointIdList attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_state_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the State Cluster. More...
 
bool dotdot_is_any_state_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the State Cluster. More...
 
bool dotdot_is_supported_binding_binding_table_full (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Binding::BindingTableFull is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_binding_binding_table_full (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Binding::BindingTableFull attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_binding_binding_table_full (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_binding_table_full)
 Set the DotDot Binding::BindingTableFull attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_binding_table_full_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Binding::BindingTableFull attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_binding_table_full_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Binding::BindingTableFull attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_binding_binding_table_full (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Binding::BindingTableFull attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_binding_bindable_cluster_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Binding::BindableClusterList is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_binding_bindable_cluster_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Binding::BindableClusterList attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_binding_bindable_cluster_list (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_bindable_cluster_list_count, const char **new_bindable_cluster_list)
 Set the DotDot Binding::BindableClusterList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_bindable_cluster_list_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Binding::BindableClusterList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_bindable_cluster_list_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Binding::BindableClusterList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_binding_bindable_cluster_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Binding::BindableClusterList attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_binding_binding_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot Binding::BindingTable is supported under a UNID/EndpoinID. More...
 
BindingObject dotdot_get_binding_binding_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot Binding::BindingTable attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_binding_binding_table (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_binding_table_count, const BindingObject *new_binding_table)
 Set the DotDot Binding::BindingTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_binding_table_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot Binding::BindingTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_binding_binding_table_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot Binding::BindingTable attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_binding_binding_table (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot Binding::BindingTable attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_binding_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the Binding Cluster. More...
 
bool dotdot_is_any_binding_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the Binding Cluster. More...
 
bool dotdot_is_supported_system_metrics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::ReportingIntervalSeconds is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_system_metrics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::ReportingIntervalSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_reporting_interval_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_reporting_interval_seconds)
 Set the DotDot SystemMetrics::ReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_reporting_interval_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::ReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_reporting_interval_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::ReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::ReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_cpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CPUUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_cpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CPUUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_cpu_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_cpu_usage_percent_count, const double *new_cpu_usage_percent)
 Set the DotDot SystemMetrics::CPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_cpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CPUUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_cpu_frequencym_hz (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CPUFrequencyMHz is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_cpu_frequencym_hz (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CPUFrequencyMHz attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_cpu_frequencym_hz (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_cpu_frequencym_hz_count, const double *new_cpu_frequencym_hz)
 Set the DotDot SystemMetrics::CPUFrequencyMHz attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_frequencym_hz_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CPUFrequencyMHz attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_frequencym_hz_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CPUFrequencyMHz attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_cpu_frequencym_hz (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CPUFrequencyMHz attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_cpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CPUAverageUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_cpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CPUAverageUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_cpu_average_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_cpu_average_usage_percent_count, const double *new_cpu_average_usage_percent)
 Set the DotDot SystemMetrics::CPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_average_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_average_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_cpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_cpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CPUMinUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_cpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CPUMinUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_cpu_min_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_cpu_min_usage_percent_count, const double *new_cpu_min_usage_percent)
 Set the DotDot SystemMetrics::CPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_min_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_min_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_cpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_cpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CPUMaxUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_cpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CPUMaxUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_cpu_max_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_cpu_max_usage_percent_count, const double *new_cpu_max_usage_percent)
 Set the DotDot SystemMetrics::CPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_max_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_cpu_max_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_cpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_ram_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::RAMTotalMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_ram_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::RAMTotalMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_ram_totalmb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_ram_totalmb)
 Set the DotDot SystemMetrics::RAMTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_totalmb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::RAMTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_totalmb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::RAMTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_ram_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::RAMTotalMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_ram_freemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::RAMFreeMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_ram_freemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::RAMFreeMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_ram_freemb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_ram_freemb)
 Set the DotDot SystemMetrics::RAMFreeMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_freemb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::RAMFreeMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_freemb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::RAMFreeMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_ram_freemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::RAMFreeMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_ram_availablemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::RAMAvailableMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_ram_availablemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::RAMAvailableMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_ram_availablemb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_ram_availablemb)
 Set the DotDot SystemMetrics::RAMAvailableMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_availablemb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::RAMAvailableMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_ram_availablemb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::RAMAvailableMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_ram_availablemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::RAMAvailableMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_swap_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::SWAPMemoryTotalMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_swap_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::SWAPMemoryTotalMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_swap_memory_totalmb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_swap_memory_totalmb)
 Set the DotDot SystemMetrics::SWAPMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_swap_memory_totalmb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::SWAPMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_swap_memory_totalmb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::SWAPMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_swap_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::SWAPMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_swap_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::SWAPMemoryUsedMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_swap_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::SWAPMemoryUsedMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_swap_memory_usedmb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_swap_memory_usedmb)
 Set the DotDot SystemMetrics::SWAPMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_swap_memory_usedmb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::SWAPMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_swap_memory_usedmb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::SWAPMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_swap_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::SWAPMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_virtual_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::VirtualMemoryTotalMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_virtual_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::VirtualMemoryTotalMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_virtual_memory_totalmb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_virtual_memory_totalmb)
 Set the DotDot SystemMetrics::VirtualMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_virtual_memory_totalmb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::VirtualMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_virtual_memory_totalmb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::VirtualMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_virtual_memory_totalmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::VirtualMemoryTotalMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_virtual_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::VirtualMemoryUsedMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_virtual_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::VirtualMemoryUsedMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_virtual_memory_usedmb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_virtual_memory_usedmb)
 Set the DotDot SystemMetrics::VirtualMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_virtual_memory_usedmb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::VirtualMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_virtual_memory_usedmb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::VirtualMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_virtual_memory_usedmb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::VirtualMemoryUsedMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_disks_usage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::DisksUsage is supported under a UNID/EndpoinID. More...
 
DiskUsageData dotdot_get_system_metrics_disks_usage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::DisksUsage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_disks_usage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_disks_usage_count, const DiskUsageData *new_disks_usage)
 Set the DotDot SystemMetrics::DisksUsage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_disks_usage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::DisksUsage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_disks_usage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::DisksUsage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_disks_usage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::DisksUsage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_disks_counters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::DisksCounters is supported under a UNID/EndpoinID. More...
 
DiskIOCounters dotdot_get_system_metrics_disks_counters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::DisksCounters attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_disks_counters (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_disks_counters_count, const DiskIOCounters *new_disks_counters)
 Set the DotDot SystemMetrics::DisksCounters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_disks_counters_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::DisksCounters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_disks_counters_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::DisksCounters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_disks_counters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::DisksCounters attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::NetworkInterfacesData is supported under a UNID/EndpoinID. More...
 
NetworkInterfaceData dotdot_get_system_metrics_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::NetworkInterfacesData attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_network_interfaces_data (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_network_interfaces_data_count, const NetworkInterfaceData *new_network_interfaces_data)
 Set the DotDot SystemMetrics::NetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_network_interfaces_data_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::NetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_network_interfaces_data_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::NetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::NetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_wireless_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::WirelessNetworkInterfacesData is supported under a UNID/EndpoinID. More...
 
WirelessNetworkInterfaceData dotdot_get_system_metrics_wireless_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::WirelessNetworkInterfacesData attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_wireless_network_interfaces_data (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_wireless_network_interfaces_data_count, const WirelessNetworkInterfaceData *new_wireless_network_interfaces_data)
 Set the DotDot SystemMetrics::WirelessNetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_wireless_network_interfaces_data_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::WirelessNetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_wireless_network_interfaces_data_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::WirelessNetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_wireless_network_interfaces_data (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::WirelessNetworkInterfacesData attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::Hostname is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_system_metrics_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::Hostname attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_hostname (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_hostname)
 Set the DotDot SystemMetrics::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_hostname_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_hostname_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::Hostname attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::FQDN is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_system_metrics_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::FQDN attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_fqdn (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_fqdn)
 Set the DotDot SystemMetrics::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_fqdn_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_fqdn_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::FQDN attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::UptimeMinutes is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_system_metrics_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::UptimeMinutes attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_uptime_minutes (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_uptime_minutes)
 Set the DotDot SystemMetrics::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_uptime_minutes_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_uptime_minutes_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_current_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::CurrentTemperatureCelcius is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_current_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::CurrentTemperatureCelcius attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_current_temperature_celcius (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_current_temperature_celcius)
 Set the DotDot SystemMetrics::CurrentTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_current_temperature_celcius_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::CurrentTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_current_temperature_celcius_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::CurrentTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_current_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::CurrentTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_average_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::AverageTemperatureCelcius is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_average_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::AverageTemperatureCelcius attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_average_temperature_celcius (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_average_temperature_celcius)
 Set the DotDot SystemMetrics::AverageTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_average_temperature_celcius_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::AverageTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_average_temperature_celcius_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::AverageTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_average_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::AverageTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_min_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::MinTemperatureCelcius is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_min_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::MinTemperatureCelcius attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_min_temperature_celcius (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_min_temperature_celcius)
 Set the DotDot SystemMetrics::MinTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_min_temperature_celcius_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::MinTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_min_temperature_celcius_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::MinTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_min_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::MinTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_max_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::MaxTemperatureCelcius is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_max_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::MaxTemperatureCelcius attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_max_temperature_celcius (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_max_temperature_celcius)
 Set the DotDot SystemMetrics::MaxTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_max_temperature_celcius_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::MaxTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_max_temperature_celcius_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::MaxTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_max_temperature_celcius (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::MaxTemperatureCelcius attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_power_plugged (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::PowerPlugged is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_system_metrics_power_plugged (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::PowerPlugged attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_power_plugged (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_power_plugged)
 Set the DotDot SystemMetrics::PowerPlugged attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_power_plugged_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::PowerPlugged attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_power_plugged_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::PowerPlugged attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_power_plugged (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::PowerPlugged attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_battery_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::BatteryPercentage is supported under a UNID/EndpoinID. More...
 
double dotdot_get_system_metrics_battery_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::BatteryPercentage attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_battery_percentage (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_battery_percentage)
 Set the DotDot SystemMetrics::BatteryPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_battery_percentage_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::BatteryPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_battery_percentage_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::BatteryPercentage attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_battery_percentage (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::BatteryPercentage attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_system_metrics_system_interrupts (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot SystemMetrics::SystemInterrupts is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_system_metrics_system_interrupts (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot SystemMetrics::SystemInterrupts attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_system_metrics_system_interrupts (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_system_interrupts)
 Set the DotDot SystemMetrics::SystemInterrupts attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_system_interrupts_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot SystemMetrics::SystemInterrupts attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_system_metrics_system_interrupts_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot SystemMetrics::SystemInterrupts attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_system_metrics_system_interrupts (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot SystemMetrics::SystemInterrupts attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_system_metrics_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the SystemMetrics Cluster. More...
 
bool dotdot_is_any_system_metrics_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the SystemMetrics Cluster. More...
 
bool dotdot_is_supported_application_monitoring_application_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationName is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_application_monitoring_application_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationName attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_application_name (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_application_name)
 Set the DotDot ApplicationMonitoring::ApplicationName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_name_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_name_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationName attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_application_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationName attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationVersion is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_application_monitoring_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationVersion attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_application_version (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_application_version)
 Set the DotDot ApplicationMonitoring::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_version_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_version_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_application_version (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationVersion attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_application_connected (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationConnected is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_application_monitoring_application_connected (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationConnected attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_application_connected (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_application_connected)
 Set the DotDot ApplicationMonitoring::ApplicationConnected attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_connected_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationConnected attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_connected_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationConnected attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_application_connected (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationConnected attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationmqtt_topics (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationMQTTTopics is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_application_monitoring_applicationmqtt_topics (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationMQTTTopics attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationmqtt_topics (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_applicationmqtt_topics_count, const char **new_applicationmqtt_topics)
 Set the DotDot ApplicationMonitoring::ApplicationMQTTTopics attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationmqtt_topics_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationMQTTTopics attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationmqtt_topics_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationMQTTTopics attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationmqtt_topics (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationMQTTTopics attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::UptimeMinutes is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_application_monitoring_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::UptimeMinutes attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_uptime_minutes (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_uptime_minutes)
 Set the DotDot ApplicationMonitoring::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_uptime_minutes_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_uptime_minutes_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_uptime_minutes (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::UptimeMinutes attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_process_id (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ProcessId is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_application_monitoring_process_id (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ProcessId attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_process_id (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_process_id)
 Set the DotDot ApplicationMonitoring::ProcessId attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_process_id_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ProcessId attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_process_id_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ProcessId attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_process_id (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ProcessId attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::Hostname is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_application_monitoring_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::Hostname attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_hostname (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_hostname)
 Set the DotDot ApplicationMonitoring::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_hostname_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_hostname_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::Hostname attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_hostname (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::Hostname attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::FQDN is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_application_monitoring_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::FQDN attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_fqdn (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_fqdn)
 Set the DotDot ApplicationMonitoring::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_fqdn_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_fqdn_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::FQDN attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_fqdn (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::FQDN attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_logging_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTLoggingEnabled is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_application_monitoring_mqtt_logging_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTLoggingEnabled attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_logging_enabled (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_mqtt_logging_enabled)
 Set the DotDot ApplicationMonitoring::MQTTLoggingEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_logging_enabled_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTLoggingEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_logging_enabled_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTLoggingEnabled attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_logging_enabled (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTLoggingEnabled attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_logging_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTLoggingLevel is supported under a UNID/EndpoinID. More...
 
LoggingLevelEnum dotdot_get_application_monitoring_mqtt_logging_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTLoggingLevel attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_logging_level (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, LoggingLevelEnum new_mqtt_logging_level)
 Set the DotDot ApplicationMonitoring::MQTTLoggingLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_logging_level_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTLoggingLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_logging_level_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTLoggingLevel attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_logging_level (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTLoggingLevel attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_application_monitoring_mqtt_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_statistics_reporting_interval_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_mqtt_statistics_reporting_interval_seconds)
 Set the DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_statistics_reporting_interval_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_statistics_reporting_interval_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_messages_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTMessagesSent is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_application_monitoring_mqtt_messages_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTMessagesSent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_messages_sent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_mqtt_messages_sent)
 Set the DotDot ApplicationMonitoring::MQTTMessagesSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_messages_sent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTMessagesSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_messages_sent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTMessagesSent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_messages_sent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTMessagesSent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_messages_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTMessagesReceived is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_application_monitoring_mqtt_messages_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTMessagesReceived attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_messages_received (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_mqtt_messages_received)
 Set the DotDot ApplicationMonitoring::MQTTMessagesReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_messages_received_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTMessagesReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_messages_received_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTMessagesReceived attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_messages_received (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTMessagesReceived attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_subscription_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTSubscriptionCount is supported under a UNID/EndpoinID. More...
 
uint64_t dotdot_get_application_monitoring_mqtt_subscription_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTSubscriptionCount attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_subscription_count (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint64_t new_mqtt_subscription_count)
 Set the DotDot ApplicationMonitoring::MQTTSubscriptionCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_subscription_count_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTSubscriptionCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_subscription_count_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTSubscriptionCount attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_subscription_count (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTSubscriptionCount attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_average_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_mqtt_average_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_average_delivery_time_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_mqtt_average_delivery_time_seconds)
 Set the DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_average_delivery_time_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_average_delivery_time_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_average_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTAverageDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_min_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_mqtt_min_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_min_delivery_time_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_mqtt_min_delivery_time_seconds)
 Set the DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_min_delivery_time_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_min_delivery_time_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_min_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTMinDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_mqtt_max_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_mqtt_max_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_mqtt_max_delivery_time_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_mqtt_max_delivery_time_seconds)
 Set the DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_max_delivery_time_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_mqtt_max_delivery_time_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_mqtt_max_delivery_time_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::MQTTMaxDeliveryTimeSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_application_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds is supported under a UNID/EndpoinID. More...
 
uint32_t dotdot_get_application_monitoring_application_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_application_statistics_reporting_interval_seconds (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint32_t new_application_statistics_reporting_interval_seconds)
 Set the DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_statistics_reporting_interval_seconds_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_application_statistics_reporting_interval_seconds_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_application_statistics_reporting_interval_seconds (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationStatisticsReportingIntervalSeconds attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationcpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationCPUUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_applicationcpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationCPUUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationcpu_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_applicationcpu_usage_percent)
 Set the DotDot ApplicationMonitoring::ApplicationCPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationCPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationCPUUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationcpu_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationCPUUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationcpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_applicationcpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationcpu_average_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_applicationcpu_average_usage_percent)
 Set the DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_average_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_average_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationcpu_average_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationCPUAverageUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationcpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_applicationcpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationcpu_min_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_applicationcpu_min_usage_percent)
 Set the DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_min_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_min_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationcpu_min_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationCPUMinUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationcpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_applicationcpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationcpu_max_usage_percent (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_applicationcpu_max_usage_percent)
 Set the DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_max_usage_percent_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationcpu_max_usage_percent_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationcpu_max_usage_percent (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationCPUMaxUsagePercent attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_application_monitoring_applicationram_usagemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ApplicationMonitoring::ApplicationRAMUsageMB is supported under a UNID/EndpoinID. More...
 
double dotdot_get_application_monitoring_applicationram_usagemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ApplicationMonitoring::ApplicationRAMUsageMB attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_application_monitoring_applicationram_usagemb (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_applicationram_usagemb)
 Set the DotDot ApplicationMonitoring::ApplicationRAMUsageMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationram_usagemb_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ApplicationMonitoring::ApplicationRAMUsageMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_application_monitoring_applicationram_usagemb_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ApplicationMonitoring::ApplicationRAMUsageMB attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_application_monitoring_applicationram_usagemb (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ApplicationMonitoring::ApplicationRAMUsageMB attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_application_monitoring_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ApplicationMonitoring Cluster. More...
 
bool dotdot_is_any_application_monitoring_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ApplicationMonitoring Cluster. More...
 
bool dotdot_is_supported_name_and_location_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot NameAndLocation::Name is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_name_and_location_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot NameAndLocation::Name attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_name_and_location_name (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_name)
 Set the DotDot NameAndLocation::Name attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_name_and_location_name_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot NameAndLocation::Name attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_name_and_location_name_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot NameAndLocation::Name attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_name_and_location_name (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot NameAndLocation::Name attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_name_and_location_location (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot NameAndLocation::Location is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_name_and_location_location (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot NameAndLocation::Location attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_name_and_location_location (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, const char *new_location)
 Set the DotDot NameAndLocation::Location attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_name_and_location_location_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot NameAndLocation::Location attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_name_and_location_location_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot NameAndLocation::Location attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_name_and_location_location (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot NameAndLocation::Location attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_name_and_location_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the NameAndLocation Cluster. More...
 
bool dotdot_is_any_name_and_location_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the NameAndLocation Cluster. More...
 
bool dotdot_is_supported_configuration_parameters_configuration_parameters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ConfigurationParameters::ConfigurationParameters is supported under a UNID/EndpoinID. More...
 
ConfigurationParameter dotdot_get_configuration_parameters_configuration_parameters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ConfigurationParameters::ConfigurationParameters attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_configuration_parameters_configuration_parameters (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_configuration_parameters_count, const ConfigurationParameter *new_configuration_parameters)
 Set the DotDot ConfigurationParameters::ConfigurationParameters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_configuration_parameters_configuration_parameters_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ConfigurationParameters::ConfigurationParameters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_configuration_parameters_configuration_parameters_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ConfigurationParameters::ConfigurationParameters attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_configuration_parameters_configuration_parameters (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ConfigurationParameters::ConfigurationParameters attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_configuration_parameters_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ConfigurationParameters Cluster. More...
 
bool dotdot_is_any_configuration_parameters_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ConfigurationParameters Cluster. More...
 
bool dotdot_is_supported_aox_locator_reporting_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::ReportingMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_aox_locator_reporting_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::ReportingMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_reporting_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_reporting_mode)
 Set the DotDot AoXLocator::ReportingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_reporting_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::ReportingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_reporting_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::ReportingMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_reporting_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::ReportingMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_position_and_orientation_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::PositionAndOrientationValid is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_aox_locator_position_and_orientation_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::PositionAndOrientationValid attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_position_and_orientation_valid (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_position_and_orientation_valid)
 Set the DotDot AoXLocator::PositionAndOrientationValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_position_and_orientation_valid_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::PositionAndOrientationValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_position_and_orientation_valid_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::PositionAndOrientationValid attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_position_and_orientation_valid (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::PositionAndOrientationValid attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_position_and_orientation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::PositionAndOrientation is supported under a UNID/EndpoinID. More...
 
CoordinateAndOrientation dotdot_get_aox_locator_position_and_orientation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::PositionAndOrientation attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_position_and_orientation (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, CoordinateAndOrientation new_position_and_orientation)
 Set the DotDot AoXLocator::PositionAndOrientation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_position_and_orientation_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::PositionAndOrientation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_position_and_orientation_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::PositionAndOrientation attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_position_and_orientation (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::PositionAndOrientation attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_azimuth_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AzimuthMask is supported under a UNID/EndpoinID. More...
 
MinMaxPair dotdot_get_aox_locator_azimuth_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AzimuthMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_azimuth_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_azimuth_mask_count, const MinMaxPair *new_azimuth_mask)
 Set the DotDot AoXLocator::AzimuthMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_azimuth_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AzimuthMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_azimuth_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AzimuthMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_azimuth_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AzimuthMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_elevation_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::ElevationMask is supported under a UNID/EndpoinID. More...
 
MinMaxPair dotdot_get_aox_locator_elevation_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::ElevationMask attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_elevation_mask (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_elevation_mask_count, const MinMaxPair *new_elevation_mask)
 Set the DotDot AoXLocator::ElevationMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_elevation_mask_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::ElevationMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_elevation_mask_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::ElevationMask attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_elevation_mask (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::ElevationMask attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_allow_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AllowList is supported under a UNID/EndpoinID. More...
 
const char * dotdot_get_aox_locator_allow_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AllowList attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_allow_list (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_allow_list_count, const char **new_allow_list)
 Set the DotDot AoXLocator::AllowList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_allow_list_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AllowList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_allow_list_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AllowList attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_allow_list (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AllowList attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_aox_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AoXMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_aox_locator_aox_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AoXMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_aox_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_aox_mode)
 Set the DotDot AoXLocator::AoXMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_aox_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AoXMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_aox_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AoXMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_aox_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AoXMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_antenna_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AntennaMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_aox_locator_antenna_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AntennaMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_antenna_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_antenna_mode)
 Set the DotDot AoXLocator::AntennaMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_antenna_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AntennaMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_antenna_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AntennaMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_antenna_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AntennaMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_antenna_array (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AntennaArray is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_antenna_array (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AntennaArray attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_antenna_array (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, size_t new_antenna_array_count, const int8_t *new_antenna_array)
 Set the DotDot AoXLocator::AntennaArray attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_antenna_array_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AntennaArray attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_antenna_array_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AntennaArray attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_antenna_array (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AntennaArray attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_period_samples (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::PeriodSamples is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_period_samples (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::PeriodSamples attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_period_samples (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_period_samples)
 Set the DotDot AoXLocator::PeriodSamples attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_period_samples_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::PeriodSamples attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_period_samples_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::PeriodSamples attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_period_samples (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::PeriodSamples attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_angle_filtering (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AngleFiltering is supported under a UNID/EndpoinID. More...
 
bool dotdot_get_aox_locator_angle_filtering (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AngleFiltering attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_angle_filtering (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, bool new_angle_filtering)
 Set the DotDot AoXLocator::AngleFiltering attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_filtering_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AngleFiltering attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_filtering_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AngleFiltering attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_angle_filtering (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AngleFiltering attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_angle_filtering_weight (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AngleFilteringWeight is supported under a UNID/EndpoinID. More...
 
double dotdot_get_aox_locator_angle_filtering_weight (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AngleFilteringWeight attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_angle_filtering_weight (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, double new_angle_filtering_weight)
 Set the DotDot AoXLocator::AngleFilteringWeight attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_filtering_weight_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AngleFilteringWeight attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_filtering_weight_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AngleFilteringWeight attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_angle_filtering_weight (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AngleFilteringWeight attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_angle_correction_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AngleCorrectionTimeout is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_angle_correction_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AngleCorrectionTimeout attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_angle_correction_timeout (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_angle_correction_timeout)
 Set the DotDot AoXLocator::AngleCorrectionTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_correction_timeout_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AngleCorrectionTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_correction_timeout_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AngleCorrectionTimeout attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_angle_correction_timeout (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AngleCorrectionTimeout attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_angle_correction_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::AngleCorrectionDelay is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_angle_correction_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::AngleCorrectionDelay attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_angle_correction_delay (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_angle_correction_delay)
 Set the DotDot AoXLocator::AngleCorrectionDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_correction_delay_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::AngleCorrectionDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_angle_correction_delay_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::AngleCorrectionDelay attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_angle_correction_delay (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::AngleCorrectionDelay attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_cte_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::CTEMode is supported under a UNID/EndpoinID. More...
 
uint8_t dotdot_get_aox_locator_cte_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::CTEMode attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_cte_mode (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, uint8_t new_cte_mode)
 Set the DotDot AoXLocator::CTEMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_mode_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::CTEMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_mode_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::CTEMode attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_cte_mode (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::CTEMode attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_cte_sampling_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::CTESamplingInterval is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_cte_sampling_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::CTESamplingInterval attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_cte_sampling_interval (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_cte_sampling_interval)
 Set the DotDot AoXLocator::CTESamplingInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_sampling_interval_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::CTESamplingInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_sampling_interval_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::CTESamplingInterval attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_cte_sampling_interval (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::CTESamplingInterval attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_cte_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::CTELength is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_cte_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::CTELength attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_cte_length (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_cte_length)
 Set the DotDot AoXLocator::CTELength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_length_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::CTELength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_cte_length_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::CTELength attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_cte_length (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::CTELength attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_supported_aox_locator_slot_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXLocator::SlotDuration is supported under a UNID/EndpoinID. More...
 
int8_t dotdot_get_aox_locator_slot_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXLocator::SlotDuration attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_locator_slot_duration (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, int8_t new_slot_duration)
 Set the DotDot AoXLocator::SlotDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_slot_duration_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXLocator::SlotDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_locator_slot_duration_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXLocator::SlotDuration attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_locator_slot_duration (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXLocator::SlotDuration attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_aox_locator_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the AoXLocator Cluster. More...
 
bool dotdot_is_any_aox_locator_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the AoXLocator Cluster. More...
 
bool dotdot_is_supported_aox_position_estimation_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot AoXPositionEstimation::Position is supported under a UNID/EndpoinID. More...
 
EstimatedPosition dotdot_get_aox_position_estimation_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot AoXPositionEstimation::Position attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_aox_position_estimation_position (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, EstimatedPosition new_position)
 Set the DotDot AoXPositionEstimation::Position attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_position_estimation_position_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot AoXPositionEstimation::Position attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_aox_position_estimation_position_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot AoXPositionEstimation::Position attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_aox_position_estimation_position (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot AoXPositionEstimation::Position attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_aox_position_estimation_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the AoXPositionEstimation Cluster. More...
 
bool dotdot_is_any_aox_position_estimation_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the AoXPositionEstimation Cluster. More...
 
bool dotdot_is_supported_protocol_controller_network_management_network_management_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Verifies if the DotDot ProtocolController-NetworkManagementNetworkManagementState is supported under a UNID/EndpoinID. More...
 
NetworkManagementState dotdot_get_protocol_controller_network_management_network_management_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state)
 Gets the DotDot ProtocolController-NetworkManagementNetworkManagementState attribute value under a UNID/EndpoinID. More...
 
sl_status_t dotdot_set_protocol_controller_network_management_network_management_state (const dotdot_unid_t unid, dotdot_endpoint_id_t endpoint_id, attribute_store_node_value_state_t value_state, NetworkManagementState new_network_management_state)
 Set the DotDot ProtocolController-NetworkManagementNetworkManagementState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_network_management_network_management_state_undefine_reported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Reported value of the the DotDot ProtocolController-NetworkManagementNetworkManagementState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_protocol_controller_network_management_network_management_state_undefine_desired (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Undefines the Desired value of the the DotDot ProtocolController-NetworkManagementNetworkManagementState attribute under a UNID/EndpoinID. More...
 
sl_status_t dotdot_create_protocol_controller_network_management_network_management_state (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Creates a DotDot ProtocolController-NetworkManagementNetworkManagementState attribute under a UNID/EndpoinID. More...
 
bool dotdot_is_any_protocol_controller_network_management_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any attribute for the ProtocolController-NetworkManagement Cluster. More...
 
bool dotdot_is_any_protocol_controller_network_management_writable_attribute_supported (const dotdot_unid_t unid, const dotdot_endpoint_id_t endpoint_id)
 Checks if a UNID/Endpoint supports any writable attribute for the ProtocolController-NetworkManagement Cluster. More...